From http://docwiki.embarcadero.com/RADStudio/XE6/en/Compiler_Versions , is there a constant of 'Product Version' within Delphi that I can used in code (like IntToStr(ProductVersion)), or do I need to have an include file that works it out?
From http://docwiki.embarcadero.com/RADStudio/XE6/en/Compiler_Versions , is there a constant of 'Product Version' within Delphi that I can used in code (like IntToStr(ProductVersion)), or do I need to have an include file that works it out?
http://docwiki.embarcadero.com/RADStudio/XE6/en/Conditional_compilation_(Delphi)#Predefined_Constants lists the predefined constants CompilerVersion, RTLVersion and FMX.Types.FireMonkeyVersion.
ReplyDeleteMartijn Coppoolse That seems to be a negative then and that I need an include file to work it out - thanks
ReplyDelete