Vcl.ComCtrls.TCommonCalendar.MonthDelta

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

Delphi

property MonthDelta: Integer read FMonthDelta write SetMonthDelta default 1;

C++

__property int MonthDelta = {read=FMonthDelta, write=SetMonthDelta, default=1};

プロパティ

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

説明

カレンダーがスクロールする範囲にある月の数を指定します。

MonthDelta プロパティを使用すると,後方ボタンまたは前方ボタンをクリックしたときにカレンダーがスクロールする範囲にある月の数を取得したり設定したりできます。