RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommonCalendar.EndDate Property

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

Pascal
property EndDate: TDate;
C++
__property TDate EndDate;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!