TdxBarDateCombo.MaxDate Property
In This Article
Specifies the maximum available date.
#Declaration
Delphi
property MaxDate: TDateTime read; write;
#Property Value
Type |
---|
TDate |
#Remarks
The MaxDate property is used to specify the upper limit of dates that can be specified by this date combo. If an end-user chooses a date that exceeds this limit, the selected date is automatically set to MaxDate.
Note
the Max
See Also