Skip to main content

TcxDateTimeWheelPickerPropertiesValues Class

Contains the property flags that indicate which properties specific to the date-time wheel picker editor have been assigned.

Declaration

TcxDateTimeWheelPickerPropertiesValues = class(
    TcxCustomEditPropertiesValues
)

Remarks

This class tracks the changes made to the editor’s Properties.MinDate and Properties.MaxDate properties and allows you to undo them. Once the property being tracked is assigned a value, the corresponding property flag is set to True. To undo the change and revert the property to its default value, set the corresponding property flag to False. Alternatively, you can call the RestoreDefaults method to reset all TcxDateTimeWheelPickerPropertiesValues property flags and revert their associated properties to default values. Enclose the code that modifies individual property flags within the BeginUpdate/EndUpdate method blocks to control when the editor repaints and avoid flickering during the modifications. The RestoreDefaults method calls these methods automatically.

Inheritance

TObject
TPersistent
TcxCustomEditPropertiesValues
TcxDateTimeWheelPickerPropertiesValues
See Also