Specifies whether the component accepts and displays the thousand separator in its value.
Declaration
componentPropObj.UseThousandSeparator
Read-Write Property | Boolean |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
The property applies to the following objects:
Description
The UseThousandSeparator
property specifies whether the component displays thousand separator characters in its value and whether thousand separators can be used when inputting the value into the component. If this property is True, thousand separators are allowed and displayed, if needed. If this property is False, thousand separators are not displayed in the component’s value and cannot be inputted into the component.
Property Value
True, if the component can display and accept thousand separators; False otherwise.
Remarks
The character used as a thousand separator is specified by the system’s regional settings.