[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enables or disables use of the thousands separator when displaying the text for the Position property.
Source position: comctrls.pp line 2001
protected property TCustomUpDown.Thousands : Boolean |
When set to True, the thousands separator from DefaultFormatSettings is applied to the textual representation for the value in the Position property. The string is stored as the Caption for the Associate control. When set to False, the text assigned to the Associate control does not include the thousands separator.
The default value for the Thousands property is True.
Thousands is used when a new value is assigned to either the Position or Associate property.
|
Control used to display and edit the Position for the control. |
|
|
The current position (or value) for the control as a SmallInt type. |
Version 4.0 | Generated 2025-05-03 | Home |