System.Actions.TContainedAction.Index

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

Delphi

property Index: Integer read GetIndex write SetIndex stored False;

C++

__property int Index = {read=GetIndex, write=SetIndex, stored=false, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction


説明

アクション リスト内のアクションのインデックスを示します。

Index は、アクション リスト内のアクションの位置を示します。アクションの Index は設計時に、アクションを処理する IDE エディタの 1 つを使用して変えられます。

アクションのインデックスは、メニューやツールバーなどでユーザー インターフェイス要素が表示される順番を決定します。

Index は 0 始まりです。Index-1 の場合、ActionList プロパティにリストがないことを意味します。

関連項目