RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommonCalendar.MultiSelect Property

Specifies whether multiple dates can be selected on the calendar.

Pascal
property MultiSelect: Boolean;
C++
__property Boolean MultiSelect;

Use MultiSelect to specify whether the calendar represents a single date or a range of dates. When MultiSelect is true, the calendar represents the range of dates from Date to EndDate. When MultiSelect is false, the calendar represents only the value of Date

 

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