FMX.Calendar.Style.TStyledCalendar.Next

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Next: TButton read FNext;

C++

__property Fmx::Stdctrls::TButton* Next = {read=FNext};

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 switch the date that is selected on the calendar to the next month.

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

See Also