System.Classes.TBasicAction.Clients

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

Delphi

property Clients[Index: Integer]: TBasicActionLink read GetClient;

C++

__property TBasicActionLink* Clients[int Index] = {read=GetClient};

プロパティ

種類 可視性 ソース ユニット
property protected
System.Classes.pas
System.Classes.hpp
System.Classes TBasicAction

説明

アクションに関連付けられているアクション リンクのリストを示します。


Clients プロパティは、アクションに関連付けられているアクション リンクの順序付きリストです。リストの要素には、ゼロから始まる Index でアクセスすることができます。アクション リンクは、アクションにリンクされているクライアントを示します。ClientCount には、このリストの要素数が格納されます。

関連項目