Vcl.ActnPopup.TPopupActionBar.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TPopupActionBar(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ActnPopup.pas
Vcl.ActnPopup.hpp
Vcl.ActnPopup TPopupActionBar

Description

Creates an instance of TPopupMenu.

Vcl.ActnPopup.TPopupActionBar.Create inherits from Vcl.Menus.TPopupMenu.Create. All content below this line refers to Vcl.Menus.TPopupMenu.Create.

Creates an instance of TPopupMenu.

Call Create to create to create a pop-up menu at runtime. Pop-up menus placed in forms or data modules at design time are created automatically.

See Also