Export symbols (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Delphi 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 the C++ compiler to create packages containing Delphi-generated object files.