FMX.Calendar.Style.TStyledCalendar.Prev
Delphi
property Prev: TButton read FPrev;
C++
__property Fmx::Stdctrls::TButton* Prev = {read=FPrev};
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 previous month.
If the calendar styled presentation does not support this control, Prev is nil.