RAD Studio
ContentsIndex
PreviousUpNext
E2348: Storage specifier not allowed for array properties

Array properties cannot have a storage specification. 

 

struct pbase
{
    int __property ap[char *] = 
                           { stored = false }; // Error
};
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!