FMX.CalendarEdit.TCustomCalendarEdit
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
TCustomCalendarEdit represents the base class for the TCalendarEdit component.
TCustomCalendarEdit is used as a base class for TCalendarEdit. Create a subclass derived from TCustomCalendarEdit if you want to create your own calendar editor.
Do not create instances of TCustomCalendarEdit.