Undocumented Delphi 8 predefined conditional symbols

The Delphi 8 compiler introduces the following predefined conditional symbols.

 

Symbol Description
CIL Indicates the machine code model, roughly corresponding to CPU386.
CLR Indicates OS / runtime environment, roughly corresponding to Win32.
MANAGEDCODE Indicates managed code environment.
VER160 Indicates this is version 16.0 of the Delphi compiler.

Usage:

{$IFDEF ConditionalSymbolAbove}
...
{$ENDIF}

Published Tue, 11 May 2004 @ 7:00 AM by chuacw
Filed under:

Comments

# re: Undocumented Delphi 8 predefined conditional symbols

Friday, November 26, 2004 5:47 AM by chuacw

These features *are* documented.

Leave a Comment

(required) 
(required) 
(optional)
(required) 
Enter the following code to ensure that your comment reaches the intended party:
Enter the numbers you see in the image: