API:Vcl.ActnPopup.TCustomActionPopupMenuEx.DoPopup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoPopup(Item: TCustomActionControl); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ActnPopup.pas
Vcl.ActnPopup.hpp
Vcl.ActnPopup TCustomActionPopupMenuEx

Beschreibung

Ist der Dispatcher für das OnPopup-Ereignis.

Vcl.ActnPopup.TCustomActionPopupMenuEx.DoPopup erbt von Vcl.ActnMenus.TCustomActionMenuBar.DoPopup. Der folgende Inhalt bezieht sich auf Vcl.ActnMenus.TCustomActionMenuBar.DoPopup.

Ist der Dispatcher für das OnPopup-Ereignis.

DoPopup ist ein Dispatcher für das OnPopup-Ereignis.

Siehe auch