RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.ThousandSeparator Variable

ThousandSeparator is the character used to separate thousands in numbers with more than three digits to the left of the decimal separator.

Pascal
ThousandSeparator: Char;
C++
Char ThousandSeparator;

SysUtils

A value of #0 indicates that no thousand separator character should be output, even if the format string specifies it.  

On Windows, the initial value is fetched from LOCALE_STHOUSAND. 

 

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