__declspec(package)

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(package) declarator

The package argument is used to indicate that the class definition can be compiled in a package.

Note: You can use the macro PACKAGE, defined in sysmac.h, as an alternative for __declspec(package).

See Also