Vcl.ComCtrls.TMonthCalendar.MultiSelect
Delphi
property MultiSelect; // must be before date stuff
C++
__property MultiSelect = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TMonthCalendar |
Description
Specifies whether multiple dates can be selected on the calendar.
Vcl.ComCtrls.TMonthCalendar.MultiSelect inherits from Vcl.ComCtrls.TCommonCalendar.MultiSelect. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.MultiSelect.
Specifies whether multiple dates can be selected on the calendar.
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.