RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomUpDown.Thousands Property

Determines whether a thousands separator appears between every three digits of a decimal string.

Pascal
property Thousands: Boolean;
C++
__property Boolean Thousands;

Use Thousands to control the formatting of the text of the companion control of the up-down control. If Thousands is true, a separator appears between every three digits. The numeric value that is displayed by the companion control is given by the Position property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!