Vcl.ComCtrls.TDateTimePicker.MinDate
Delphi
property MinDate: TDate read FMinDate write SetMinDate stored DoStoreMinDate default 0;
C++
__property MinDate = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TDateTimePicker |
Description
Indicates the minimum date that can be selected.
Vcl.ComCtrls.TDateTimePicker.MinDate inherits from Vcl.ComCtrls.TCommonCalendar.MinDate. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.MinDate.
Indicates the minimum date that can be selected.
Use MinDate to get or set the minimum date that can be selected.