delphi 版本号

Delphi版本号对照

VER10 :Turbo Pascal 1

VER20 : Turbo Pascal 2

VER30 : Turbo Pascal 3

VER40 : Turbo Pascal 4

VER50 : Turbo Pascal 5

VER60 : Turbo Pascal 6

VER70 : Turbo Pascal 7

VER80 : Delphi 1

VER90 : Delphi 2

VER100 : Delphi 3

VER120 : Delphi 4

VER130 : Delphi 5

VER140 : Delphi 6

VER150 : Delphi 7

VER160 : Delphi 8

VER170 : Delphi 9.0 CodeGear2005

VER180 : Delphi 10.0 CodeGear 2006

VER185 : Delphi 11.0 CodeGear 2007

VER190 : Delphi 12.0 CodeGear 2008

VER200 : Delphi 13.0 CodeGear 2009

VER210 : Delphi 14.0 Embarcadero RAD Studio 2010

VER220 : Delphi 15.0 Embarcadero RAD Studio XE

VER230 : Delphi 16.0 Embarcadero RAD Studio XE2

VER240 : Delphi 17.0 Embarcadero RAD Studio XE3

编译时可以判断版本号:
{$IF CompilerVersion >= 18.5} //some code only compiled for Delphi 2007 and later {$IFEND} Delphi XE3 - 24 Delphi XE2 - 23
Delphi XE - 22 Delphi 2010 - 21 Delphi 2009 - 20 Delphi 2007 - 18.5 Delphi 2006 - 18 Delphi 2005 - 17 Delphi 8 - 16 Delphi 7 - 15 Delphi 6 - 14