DecimalSeparator in SysUtils and System.SysUtils

后端 未结 2 669
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-03 17:44

I need to find DecimalSeparator var SysUtils Delphi 7, in Delphi XE6 i tried to find in System.SysUtils, but without success. Someone can tell me where to find her in Delphi

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 18:17

    My bad, first I needed to call FormatSettings, and then I can use in DecimalSeparator in Delphi XE6,

    FormatSettings.DecimalSeparator
    

提交回复
热议问题