API:FMX.MultiView.Types.TCustomPopover.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomPopover(System::Classes::TComponent* AOwner)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomPopover

Description

Creates and initializes a TPopup instance.

FMX.MultiView.Types.TCustomPopover.Create inherits from FMX.Controls.TPopup.Create. All content below this line refers to FMX.Controls.TPopup.Create.

Creates and initializes a TPopup instance.

Create constructs a TPopup object and initializes its data before the object is used.

See Also