API:FMX.CalendarEdit.TCustomCalendarEdit

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ComboEdit.TComboEditBaseFMX.Edit.TCustomEditFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTCustomCalendarEdit

Delphi

TCustomCalendarEdit = class(TComboEditBase)

C++

class PASCALIMPLEMENTATION TCustomCalendarEdit : public Fmx::Comboedit::TComboEditBase

Properties

Type Visibility Source Unit Parent
class public
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit FMX.CalendarEdit

Description

The base class for edit boxes having a list of predefined choices.

FMX.CalendarEdit.TCustomCalendarEdit inherits from FMX.ComboEdit.TComboEditBase. All content below this line refers to FMX.ComboEdit.TComboEditBase.

The base class for edit boxes having a list of predefined choices.

TComboEditBase extends TCustomEdit defining the DropDown method.

See Also