Skip to main content
A newer version of this page is available. .

TcxCalcEditPropertiesValues Class

Contains the property flags that indicate which properties specific to an editor with a dropdown calculator have been changed.

Declaration

TcxCalcEditPropertiesValues = class(
    TcxTextEditPropertiesValues
)

Remarks

The TcxCalcEditPropertiesValues class tracks the changes made to the DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue, Precision and ReadOnly properties of an editor with a dropdown calculator. Once one of these properties is set to a value other than the default one, the changes are reflected in the TcxCalcEditPropertiesValues class (its corresponding property flag is set to True). To undo the changes made and reverse the property back to its default value, set the corresponding property flag to False or call the RestoreDefaults method to reverse all these properties back to their default values and reset all the property flags. Use the BeginUpdate and EndUpdate methods to control when the editor repaints and avoid any flickering when the property flags are modified.

See Also