System.Actions.TContainedActionList.Actions
Delphi
property Actions[Index: Integer]: TContainedAction read GetAction write SetAction; default;
C++
__property TContainedAction* Actions[int Index] = {read=GetAction, write=SetAction/*, default*/};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedActionList |
説明
アクションリストオブジェクトが保持しているアクションをリストします。
Actions プロパティは,アクションリストコンポーネントに格納されているアクションのリストを格納するインデックス付きのプロパティです。
Index は,インデックスでアクションを識別します。インデックス 0 は最初のアクション,1 は 2 番めのアクション,という順番で示されます。Index の上限は,ActionCount プロパティで指定されます。