FMX.Calendar.Style.TStyledCalendar.Days

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Days: TListBox read FDays;

C++

__property Fmx::Listbox::TListBox* Days = {read=FDays};

Properties

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

Description

List box of this calendar styled presentation that allows users to select the day selected on the calendar.

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

See Also