FMX.Calendar.Style.TStyledCalendar.Today

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Today: TButton read FToday;

C++

__property Fmx::Stdctrls::TButton* Today = {read=FToday};

Properties

Type Visibility Source Unit Parent
property public
FMX.Calendar.Style.pas
FMX.Calendar.Style.hpp
FMX.Calendar.Style TStyledCalendar

Description

Button of this calendar styled presentation that allows users to select today as the selected date.

If the calendar styled presentation does not support this control, Today is nil.

See Also