Autor Beitrag
Mike_C
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 207

Win XP
D7 Enterprise
BeitragVerfasst: So 08.08.04 15:57 
Hi

ich weiß nicht, ob das schonmal gefragt wurde; leider konnte ich die Suchmaschine aus Zeitgründen nicht anwerfen, sorry dafür...

Ich möchte herausfinden, wie das System die Dezimaltrennzeichen darstellt, also ob ein Doulbe als 1.001 oder als 1,001 geschrieben wird. Gibt es dafür irgendeine Möglichkeit?


Gruß und thx schonmal MikeC

_________________
Life is, what some people call a mystery. To me life's just a lesson, you're learning when you're through. So why do we try to understand?
raziel
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 2453

Arch Linux
JS (WebStorm), C#, C++/CLI, C++ (VS2013)
BeitragVerfasst: So 08.08.04 16:02 
Sieh dir doch mal in der Delphi-Hilfe die Prozedurprocedure GetLocaleFormatSettings(LCID: Integer; var FormatSettings: TFormatSettings);und die Typen TFormatSettings und TLanguages an. Bei letzterem insbesondere die Eigenschaft LocaleID

raziel

_________________
JSXGraph
Muetze1
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 346



BeitragVerfasst: Mo 09.08.04 01:03 
Moin!

Die Variable DecimalSeparator von Delphi wird beim Start des Programms auf den in den regionalen Settings von Windows eingestellten Wert gestellt.

MfG
Muetze1