Skip to main content

TcxCurrencyEditPropertiesValues.DecimalPlaces Property

Specifies whether the number of digits to the right of the decimal point in a currency editor has been changed.

Declaration

property DecimalPlaces: Boolean read; write;

Property Value

Type
Boolean

Remarks

Once the DecimalPlaces property of a currency editor is set to a value other than the default one, the DecimalPlaces property flag is set to True. Otherwise, it’s set to False. To undo the changes made to the editor’s DecimalPlaces property and reverse it back to its default value, call the RestoreDefaults method which resets all the property flags or set the DecimalPlaces property flag to False.

See Also