Export symbols

 

Type          Switch

Syntax      {$ObjExportAll On} or {$ObjExportAll Off}

Default     {$ObjExportAll Off}

Scope       Global

 

Remarks

The {$ObjExportAll On} directive exports all symbols in the unit file in which it occurs. This allows C++Builder to create packages containing Pascal-generated object files.

 

Compiler directives (list)