Vcl.ActnMan.TCustomActionManager.OnGetClientItemClass

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

Delphi

property OnGetClientItemClass: TGetClientItemClassEvent read FOnGetClientItemClass  write FOnGetClientItemClass;

C++

__property TGetClientItemClassEvent OnGetClientItemClass = {read=FOnGetClientItemClass, write=FOnGetClientItemClass};

プロパティ

種類 可視性 ソース ユニット
event protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

説明

OnGetClientItemClass イベントは,TActionManager が ActionClientItems を作成する前に発生します。

OnGetClientItemClass イベントハンドラを記述すると,ActionManager によって作成および使用される TActionClientItem クラス型を変更できます。OnGetClientItemClass は,TActionClientItem の下位オブジェクトを返す機会を提供します。このオブジェクトは,アクションバンド内で使用する新しいプロパティ,イベントおよびメソッドを保持します。