skip to the main content area of this page
Audience :Delphi Developers Delphi Versions : All

Windows 32,Windows 64,MAC OS X, IOS

Conditional Defines and their meanings

General

YD_DELPHI_ENVIRONMENT

Used to distinguish code compile specifically Delphi and not C++ Builder.


MSWINDOWS
This is defined by some versions of Delphi including recent versions. This is defined whenever needed
YD_C_ENVIRONMENT
Used to distinguish code compile specifically C++ Builder and not Delphi

Deprecated