Vcl.ComCtrls.TCommonCalendar.EndDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EndDate: TDate read FEndDate write SetEndDate stored DoStoreEndDate;

C++

__property System::TDate EndDate = {read=FEndDate, write=SetEndDate, stored=DoStoreEndDate};

Properties

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

Description

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