RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommonCalendar.MaxSelectRange Property

Specifies the maximum number of days that can be selected.

Pascal
property MaxSelectRange: Integer;
C++
__property int MaxSelectRange;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!