RAD Studio
ContentsIndex
PreviousUpNext
E2049: Class type 'type' cannot be marked as __declspec(delphireturn) (C++)

Classes marked as delphireturn are special classes that the compiler needs to recognize by name. These classes are predefined in the headers. 

Some of the delphireturn classes are Variant, AnsiString, and Currency. 

You cannot mark user-defined classes as delphireturn.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!