【发布时间】:2014-09-26 09:14:03
【问题描述】:
我需要在 Delphi XE6 中找到 DecimalSeparator var SysUtils Delphi 7,我试图在 System.SysUtils 中找到,但没有成功。谁能告诉我在Delphi XE6哪里可以找到她?
在 Delphi 7 中,它位于 SysUtils.pas 单元中,第 618 行:
var
CurrencyString: string;
CurrencyFormat: Byte;
NegCurrFormat: Byte;
ThousandSeparator: Char;
DecimalSeparator: Char;
我需要这个变量来将 Delphi 7 的一个组件转换为 XE6
【问题讨论】:
标签: delphi components vcl