TdxDateTimeWheelPickerProperties.MaxDate Property
Specifies the upper limit for the selected date-time value.
Declaration
property MaxDate: TDateTime read; write;
Property Value
Type |
---|
TDateTime |
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 MaxDate, MinDate, and DateTime properties are wrappers that provide date-time value equivalents for the MaxValue, MinValue, and EditValue properties. Modifying the MaxDate property sets the AssignedValues.MaxDate property flag.
See Also