var DefaultLCID: LCID; sDefaultDecimalSeparator : string; begin ... { read default decimal separator } DefaultLCID := GetThreadLocale; try sDefaultDecimalSeparator := trim( GetLocaleChar( DefaultLCID, LOCALE_SDECIMAL, '.' ) ); except sDefaultDecimalSeparator := '.'; end;
Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
Thursday, December 14, 2017
DELPHI - How get default decimal separator
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment