Vcl.ComCtrls.TMonthCalendar.MaxDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxDate: TDate read FMaxDate write SetMaxDate stored DoStoreMaxDate default 0;

C++

__property MaxDate = {default=0};

Properties

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

Description

Indicates the maximum date to which users can scroll the calendar.

Vcl.ComCtrls.TMonthCalendar.MaxDate inherits from Vcl.ComCtrls.TCommonCalendar.MaxDate. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.MaxDate.

Indicates the maximum date to which users can scroll the calendar.

Use MaxDate to get or set the maximum date to which users can scroll the calendar. The values of the Date and EndDate properties cannot exceed MaxDate.

See Also