IFDEF directive (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Compiler Directives (List) Index

Type

Conditional compilation

Syntax

{$IFDEF name}



Remarks

Compiles the Delphi source code that follows it if name is defined.

See Also