Skip to main content

TdxCustomDateTimeWheelPicker Class

Serves as the base class for classes that implement date-time wheel picker editors.

Declaration

TdxCustomDateTimeWheelPicker = class(
    TdxCustomNumericWheelPicker
)

Remarks

A date-time wheel picker editor is a touch-friendly version of a traditional date editor. In a date-time wheel picker editor, each wheel corresponds to a particular part of a date-time value and contains a choice of possible values for this part.

The TdxCustomDateTimeWheelPicker class extends its ancestor class with the following properties:

  • DateTime, which specifies the selected date-time value;

  • Properties, which provides settings for customizing the editor’s appearance and behavior;

  • ActiveProperties, which returns the settings that are currently applied to the editor.

The TdxCustomDateTimeWheelPicker class implements all the functionality needed by its descendants, TdxDateTimeWheelPicker and TdxDBDateTimeWheelPicker, which primarily publish inherited properties and events.

See Also