Export symbols (Object Pascal)
Go Up to Object Pascal Compiler Directives (List) Index
Type |
Switch |
Syntax |
{$ObjExportAll On} or {$ObjExportAll Off} |
Default |
{$ObjExportAll Off} |
Scope |
Global |
The {$ObjExportAll On} directive exports all symbols in the unit file in which it occurs. This allows a C++ compiler to create packages containing object files generated by the Object Pascal compiler.