API:Vcl.ActnPopup.TCustomActionPopupMenuEx.DoPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoPopup(Item: TCustomActionControl); override;

C++

virtual void __fastcall DoPopup(Vcl::Actnman::TCustomActionControl* Item);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnPopup.pas
Vcl.ActnPopup.hpp
Vcl.ActnPopup TCustomActionPopupMenuEx

Description

OnPopup event dispatcher.

Vcl.ActnPopup.TCustomActionPopupMenuEx.DoPopup inherits from Vcl.ActnMenus.TCustomActionMenuBar.DoPopup. All content below this line refers to Vcl.ActnMenus.TCustomActionMenuBar.DoPopup.

OnPopup event dispatcher.

DoPopup is an OnPopup event dispatcher.

See Also