Vcl.ActnMenus.TMenuPopupEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus Vcl.ActnMenus


説明

TMenuPopupEvent は、アクション メニューの OnPopup イベント ハンドラの型です。

TMenuPopupEvent を使用すると、ポップアップ メニューのアクションを示すことができます。

Sender は、コントロール パネル アプリケーション オブジェクトです。

Item は、ポップアップ メニューのアクションを返します。

関連項目