System.Tether.AppProfile.TResourceCollection.Insert

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

Delphi

function Insert(Index: Integer): TLocalResource;

C++

HIDESBASE TLocalResource* __fastcall Insert(int Index);

プロパティ

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


説明

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

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

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

関連項目