Vcl.ComCtrls.TMonthCalendar.EndDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EndDate;

C++

__property EndDate = {default=0};

Properties

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

Description

Indicates the last date that in the range of selected dates.

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

Indicates the last date that in the range of selected dates.

Use EndDate to get or set the last selected date that is marked on the calendar. The first selected date is given by the Date property.

Before you can set the EndDate property, you must set the MultiSelect property to true.

See Also