FMX.Calendar.Style.TStyledCalendar.DoTodayClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTodayClick(Sender: TObject);

C++

void __fastcall DoTodayClick(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 Today button.

DoTodayClick is automatically called when the Today button is clicked. The Today button is the second button from the upper-left corner of the TCalendar control.

DoTodayClick sets the TCalendar's date to the system current date.

See Also