[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomUpDown.Thousands

Enables or disables use of the thousands separator when displaying the text for the Position property.

Declaration

Source position: comctrls.pp line 2001

protected property TCustomUpDown.Thousands : Boolean
  read FThousands
  write SetThousands
  default True;

Description

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.

See also

TCustomUpDown.Associate

  

Control used to display and edit the Position for the control.

TCustomUpDown.Position

  

The current position (or value) for the control as a SmallInt type.


Version 4.0 Generated 2025-05-03 Home