Vcl.ActnMenus.TMenuPopupEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMenuPopupEvent = procedure(Sender: TObject;
Item: TCustomActionControl) of object;

C++

typedef void __fastcall (__closure *TMenuPopupEvent)(System::TObject* Sender, Vcl::Actnman::TCustomActionControl* Item);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus Vcl.ActnMenus

Description

TMenuPopupEvent is the type of the OnPopup event handler of an action menu.

TMenuPopupEvent lets you indicate the action of the pop-up menu.

Sender is the control panel application object.

Item returns the action of the pop-up menu.

See Also