Vcl.ActnMan.TCustomActionControl.ActionClient

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

Delphi

property ActionClient: TActionClientItem read FActionClient write SetActionClient;

C++

__property TActionClientItem* ActionClient = {read=FActionClient, write=SetActionClient};

プロパティ

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

説明

このコントロールのアクションクライアントを参照します。

ActionClient プロパティを使用すると,TCustomActionControl オブジェクトのアクションクライアント項目への参照を取得できます。アクションクライアント項目は,可視コントロールとそのコントロールによって開始されるアクションを仲介します。詳細については,TActionClientItem オブジェクトのトピック(上記のリンク)を参照してください。

関連項目