A: Delphi defines the following standard conditional symbols.
For example the following would compile in the correct uses statement in Delphi 2 and Delphi 3 respectively.
{$IFDEF VER90} uses system, windows, oleaut; {$ENDIF} {$IFDEF VER100} uses system, windows, comobj; {$ENDIF}
The version numbers for Delphi 1, 2 and 3 correspond to version 8.0, 9.0 and 10.0 of the Object Pascal compiler. For additional information on conditional compiles and compiler directives see appendix B in the Delphi 3 users guide.
If one of the above topics need to be elaborated on, or you do not see a simple question about
Delphi 3 that is not answered above, send a short message to the
BDE Administrator
US developer support questions should be handled through
any of the Borland Assist
options. Non-US developer support should be handled through an
international Borland office in your area.
The administrator of this page reserves the right to reply only to
questions pertaining to the current page. All other types of inquiries will be
ignored!
Back To Top
Trademarks & Copyright © 1997 Borland International, Inc.