TdxDateTimeWheelPickerProperties.Wheels Property
In This Article
Specifies the wheels that are displayed by the editor.
#Declaration
Delphi
property Wheels: TdxDateTimePickerWheels read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Setting a flag in this property displays the corresponding wheel in the editor. Otherwise, the wheel is hidden.
Use the Use24HourFormat property to specify how the editor displays hours.
See Also