Vcl.ComCtrls.TCommonCalendar.MaxDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxDate: TDate read FMaxDate write SetMaxDate stored DoStoreMaxDate;

C++

__property System::TDate MaxDate = {read=FMaxDate, write=SetMaxDate, stored=DoStoreMaxDate};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Description

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