FMX.Calendar.Style.TStyledCalendar.DoMonthChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMonthChange(Sender: TObject);

C++

void __fastcall DoMonthChange(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 the change of the date.

DoMonthChange is called automatically when the date is changed.

DoMonthChange updates the month of the TCalendar's current date, if necessary.

See Also