FMX.Calendar.Style.TStyledCalendar.Month

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Month: TPopupBox read FMonths;

C++

__property Fmx::Extctrls::TPopupBox* Month = {read=FMonths};

Properties

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

Description

Pop-up box of this calendar styled presentation that allows users to select the month of the date that is selected on the calendar.

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

See Also