Scalabium Software

SMExport advertising
Knowledge for your independence'.
Home Delphi and C++Builder tips


#3: How can I check the Delphi/C++Builder version?

*	VER70 is Borland Pascal 7.0
*	VER80 is Delphi 1.0
*	VER90 is Delphi 2.0
*	VER93 is BCB++ 1.0
*	VER100 is Delphi 3.0
*	VER110 is BCB++ 3.0
*	VER120 is Delphi 4.0
*	VER125 is BCB++4.0
*	VER130 is Delphi 5.0
*	VER140 is Delphi 6.0
*	VER150 is Delphi 7.0
In program source you can check this value. For example, in sources of TSMDBGrid component I use
the next:

var
  {$IFDEF VER120}
  I: TColorRef;
  {$ELSE}
  I: Integer;
  {$ENDIF}


Published: July 30, 1999

See also
 
Paradox Password Recovery
SMImport suite
Paradox to Text converter
Protected Storage Viewer
Paradox ActiveX
dBase Viewer
Excel Reader (dll)
Excel Web-stream
Word Web-stream
Mail parser (ActiveX)
 
 


Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

Copyright© 1998-2025, Scalabium Software. All rights reserved.
webmaster@scalabium.com

SMReport Autogenerated