FMX.Calendar.Style.TStyledCalendar.DoPrevClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoPrevClick(Sender: TObject);

C++

void __fastcall DoPrevClick(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 Previous button.

DoPrevClick is automatically called when the Previous button is clicked. The Previous button is the first button from the upper-left corner of the TCalendar control.

DoPrevClick decreases the month of the TCalendar's current date by one.

See Also