Vcl.ComCtrls.TUpDown.Thousands
Delphi
property Thousands: Boolean read FThousands write SetThousands default 1;
C++
__property Thousands = {default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TUpDown |
Description
Determines whether a thousands separator appears between every three digits of a decimal string. {{#multireplace:Vcl.ComCtrls.TUpDown.Thousands|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ComCtrls.TCustomUpDown.Thousands|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ComCtrls.TCustomUpDown.Thousands|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Determines whether a thousands separator appears between every three digits of a decimal string.
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.