摘要:
http://delphi.wikia.com/wiki/CompilerVersion_ConstantThe CompilerVersion constant identifies the internal version number of the Delphi compiler.It is defined in the System unit and may be referenced either in code just as any other constant:if CompilerVersion = 20 then sCompilerName := 'Delphi 2 阅读全文
posted @ 2013-04-27 21:30
IAmAProgrammer
阅读(504)
评论(0)
推荐(0)