__declspec(delphireturn)

From RAD Studio
Jump to: navigation, search

Go Up to Keywords, Alphabetical Listing Index


Category

Modifiers (C++), Keyword Extensions, Storage Class Specifiers (C++)

Syntax

__declspec(delphireturn) declarator

The delphireturn argument is used internally to allow classes defined with C++Builder to support Delphi data types and language constructs. delphireturn is needed in order to pass objects by value between C++ and Delphi.

See Also