FMX.Calendar.Style.TStyledCalendar.DoNextClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoNextClick(Sender: TObject);

C++

void __fastcall DoNextClick(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Calendar.Style.pas
FMX.Calendar.Style.hpp
FMX.Calendar.Style TStyledCalendar

Description

Responds to clicking the Next button.

DoNextClick is automatically called when the Next button is clicked. The Next button is the third button from the upper-left corner of the TCalendar control.

DoNextClick increases the month of the TCalendar's current date by one.

See Also