Vcl.ComCtrls.TCommonCalendar.MonthDelta

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MonthDelta: Integer read FMonthDelta write SetMonthDelta default 1;

C++

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

Properties

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

Description

Specifies how many months that the calendar scrolls.

Use MonthDelta to get or set the number of months that the calendar scrolls when the back and forward buttons are clicked.