Hello,
problem solved, thank you.
Now there are some warnings during the compilation:
Code:
[DCC Warning] sDBDateEdit.pas(240): W1000 Symbol 'DateSeparator' is deprecated: 'Use FormatSettings.DateSeparator'
[DCC Warning] sDBCalcEdit.pas(141): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator'
[DCC Warning] sDBCalcEdit.pas(147): W1000 Symbol 'DecimalSeparator' is deprecated: 'Use FormatSettings.DecimalSeparator'
Why you use
Code:
{$IFDEF DELPHI_XE3}FormatSettings.{$ENDIF}DateSeparator
{$IFDEF DELPHI_XE3}FormatSettings.{$ENDIF}DecimalSeparator
even if FormatSettings is supported also in Delphi XE2?
Regards