IMonthCalendar.MultiSelect

Syntax

MultiSelect: Boolean;

Description

The MultiSelect property determines whether the range of dates can be selected in the component.

Comments

If the property is set to True, it is possible to select range of dates, otherwise, it is possible to select only one date. Hold down the SHIFT key and click on the start and end dates in the component to select a range of dates. Use the BeginDate and EndDate properties to get the selected range. The maximum number of days that can be contained in the selected range is determined by the MaxSelectRange property.

The MultiSelect property is set to False by default. The only one date can be selected in the component. The selected data can be obtained in the ICommonCalendar.CurrentDate property.

Example

See also:

IMonthCalendar