btaassistant.blogg.se

Delphi xe10 decimal separator
Delphi xe10 decimal separator











EstateTaxCalculationScreenUnitMar222013.pas(140): W1000 Symbol 'ThousandSeparator' is deprecated: 'Use FormatSettings.ThousandSeparator'

delphi xe10 decimal separator

EstateTaxCalculationScreenUnitMar222013.pas(140): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator' Consider using 'CharInSet' function in 'SysUtils' unit. EstateTaxCalculationScreenUnitMar222013.pas(137): W1050 WideChar reduced to byte char in set expressions. EstateTaxCalculationScreenUnitMar222013.pas(148): E2010 Incompatible types: 'AnsiChar' and 'Char' I am attempting to reuse some code from a Delphi 7 program in a new application in Delphi XE, and I keep getting error or warning messages as below:

delphi xe10 decimal separator

Wide Char, AnsiChar, DecimalSeparator, and ThousandSeparator













Delphi xe10 decimal separator