FMX.Calendar.Style.TStyledCalendar.DoDayChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDayChange(Sender: TObject);

C++

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

DoDayChange is called automatically when the date is changed.

DoDayChange updates the day of the TCalendar's current date, if necessary.

See Also