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

DoPopup is called before a popup action bar appears.

The DoPopup method is called just before a popup action bar appears. It is used by the Popup method in the TPopupActionBar class.

See Also