Vcl.ComCtrls.TMonthCalendar.MaxSelectRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxSelectRange: Integer read FMaxSelectRange write SetMaxSelectRange default 31;

C++

__property MaxSelectRange = {default=31};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalendar

Description

Specifies the maximum number of days that can be selected.

Vcl.ComCtrls.TMonthCalendar.MaxSelectRange inherits from Vcl.ComCtrls.TCommonCalendar.MaxSelectRange. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.MaxSelectRange.

Specifies the maximum number of days that can be selected.

Use MaxSelectRange to limit the number of days that can be selected when MultiSelect is true. To limit ranges so that they fall between specific date values, use the MaxDate and MinDate properties instead.

See Also