SPECIAL OFFER        Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming!

⤷ Get system decimal separator

Use GetLocaleInfo function with LOCALE_SDECIMAL parameter.

procedure TForm1.Button1Click(Sender: TObject);
var
  MyDecimal: PChar;
begin
  MyDecimal:=StrAlloc(10);
  GetLocaleInfo(
    LOCALE_SYSTEM_DEFAULT, 
    LOCALE_SDECIMAL, 
    MyDecimal, 
    10);
  Label1.Caption:='System decimal is - "'+MyDecimal+'"';
end;
More for developers
Databases for Amazon Associates
Amazon Categories
Amazon Nodes