Vcl.ActnMan.TGetCommandPropertiesClassEvent

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

Delphi

TGetCommandPropertiesClassEvent = procedure(Sender: TCustomActionManager;
AnItem: TActionClientItem;
var CommandPropertiesClass: TCommandPropertiesClass) of object;

C++

typedef void __fastcall (__closure *TGetCommandPropertiesClassEvent)(TCustomActionManager* Sender, TActionClientItem* AnItem, TCommandPropertiesClass &CommandPropertiesClass);

プロパティ

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

説明

OnGetCommandPropertiesClass イベントのイベント ハンドラです。

TGetCommandPropertiesClassEvent は、TCustomActionManager に設定できるイベント ハンドラです。 OnGetCommandPropertiesClass イベント。

関連項目