Vcl.ComCtrls.TCommonCalendar.MaxSelectRange

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property MaxSelectRange: Integer read FMaxSelectRange write SetMaxSelectRange default 31;

C++

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

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

説明

選択可能な日数の最大値を指定します。

MaxSelectRange プロパティを使用すると,MultiSelect が true のときに選択できる日数を制限できます。指定した日付の値の間に収まるように範囲を制限するには,かわりに MaxDateMinDate プロパティを使用します。

関連項目