RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.DecimalSeparator Variable

DecimalSeparator is the character used to separate the integer part from the fractional part of a number. This variable must have a value other than #0.

Pascal
DecimalSeparator: Char;
C++
Char DecimalSeparator;

SysUtils

On Windows, the initial value is fetched from LOCALE_SDECIMAL. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!