Skip to main content

TcxCalcEditPropertiesValues.Precision Property

Specifies whether the number of digits displayed in a calculator control has been changed.

Declaration

property Precision: Boolean read; write;

Property Value

Type
Boolean

Remarks

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

See Also