Add support for Delphi XE6
Brought to you by:
mellobot
Originally created by: sx.a...@googlemail.com
I'd suggest use CompilerVersion to simplify simdesign.inc
{$if CompilerVersion >= 15}
{$define D7UP}
{$endif}
{$if CompilerVersion >= 18}
{$define D10UP} // Delphi 2006
{$endif}
{$if CompilerVersion >= 23}
{$define D15UP} // Delphi XE2
{$endif}
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: sx.a...@googlemail.com
{$if CompilerVersion >= 22}
{$define D15UP} // Delphi XE
{$endif}