You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function DecimalSeparator: char;
begin
{$IFDEF Unicode}
Result := FormatSettings.DecimalSeparator;
{$ELSE}
Result := SysUtils.DecimalSeparator;
{$ENDIF Unicode}
end; { DecimalSeparator }
This exists in Delphi XE up, not in Delphi 2010 with Unicode
FormatSettings.DecimalSeparator;
Original issue reported on code.google.com by [email protected] on 13 Sep 2012 at 9:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Sep 2012 at 9:18The text was updated successfully, but these errors were encountered: