__declspec(package)

From RAD Studio
Revision as of 10:48, 4 January 2016 by L10nBot (talk | contribs) (update links to renamed pages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Retrieved from "https://docwiki.embarcadero.com/RADStudio/Tokyo/e/index.php?title=Declspec(package)&oldid=255346"