Vcl.ComCtrls.TMonthCalendar.MinDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinDate;

C++

__property MinDate = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalendar

Description

Indicates the minimum date that can be selected.

Vcl.ComCtrls.TMonthCalendar.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.

See Also