FMX.Calendar.Style.TStyledCalendar.DoYearChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoYearChange(Sender: TObject);

C++

void __fastcall DoYearChange(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.

DoYearChange is called automatically when the date is changed.

DoYearChange updates the year of the TCalendar's current date, if necessary.

See Also