System.Tether.AppProfile.TActionCollection.Insert

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

Delphi

function Insert(Index: Integer): TLocalAction;

C++

HIDESBASE TLocalAction* __fastcall Insert(int Index);

プロパティ

種類 可視性 ソース ユニット
function public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TActionCollection


説明

新しい TLocalAction インスタンスを作成し、Items 配列に追加します。

Insert を呼び出すと、コレクション内の Index位置に、新しいローカル アクションを追加します。既存の(指定された位置から開始する)ローカル アクションは、Items 配列内でずらされます。

Insert は、新しいコレクション ローカル アクションを返します。

関連項目