Skip to main content

TdxBarDateCombo.MaxDate Property

Specifies the maximum available date.

Declaration

property MaxDate: TDateTime read; write;

Property Value

Type
TDateTime

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 MaxDate property cannot be set to a value less than that specified by the MinDate property.

See Also