Vcl.ComCtrls.TCommonCalendar.MultiSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MultiSelect: Boolean read FMultiSelect write SetMultiSelect default False;

C++

__property bool MultiSelect = {read=FMultiSelect, write=SetMultiSelect, default=0};

Properties

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

Description

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.

See Also