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

DoPopup wird aufgerufen, bevor eine Popup-Aktionsleiste angezeigt wird.

Die Methode DoPopup wird aufgerufen, bevor eine Popup-Aktionsleiste angezeigt wird. Sie wird von der Methode Popup der Klasse TPopupActionBar verwendet.

Siehe auch