RAD Studio
ContentsIndex
PreviousUpNext
E2003: Data member definition not allowed in __automated section (C++)

Only member function declarations are allowed in __automated sections. 

 

struct__declspec(delphiclass) clxclass
{
__automated:
int__fastcall fooInt(int);// OK
intmemInt;// Error 
};
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!