API:FMX.CalendarEdit.TCalendarEdit

From RAD Studio API Documentation
Jump to: navigation, search

FMX.CalendarEdit.TCustomCalendarEditFMX.ComboEdit.TComboEditBaseFMX.Edit.TCustomEditFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlTCalendarEdit

Delphi

TCalendarEdit = class(TCustomCalendarEdit)

C++

class PASCALIMPLEMENTATION TCalendarEdit _DEPRECATED_ATTRIBUTE1("Use TDateEdit instead")  : public TCustomCalendarEdit

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.

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

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.

See Also