TdxDateTimeWheelPickerProperties.MaxDate Property
In This Article
Specifies the upper limit for the selected date-time value.
#Declaration
Delphi
property MaxDate: TDateTime read; write;
#Property Value
Type |
---|
TDate |
#Remarks
Use the MaxDate and MinDate properties to specify the range of input date-time values for the editor’s DateTime property. Once the range is specified, wheel items are updated so that only a date-time value within this range can be selected. If the MaxDate and MinDate property values are equal, the editor accepts any date-time value.
Note
The Max
See Also