System.Actions.TContainedActionList.Actions

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

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 プロパティで指定されます。

関連項目