Vcl.ComCtrls.TCommonCalendar.MaxSelectRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxSelectRange: Integer read FMaxSelectRange write SetMaxSelectRange default 31;

C++

__property int MaxSelectRange = {read=FMaxSelectRange, write=SetMaxSelectRange, default=31};

Properties

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

Description

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