System.Classes.TInterfaceList.Insert

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

Delphi

procedure Insert(Index: Integer; const Item: IInterface);

C++

void __fastcall Insert(int Index, const System::_di_IInterface Item);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes TInterfaceList

説明

Insert は,リスト内の指定した位置にインターフェースを挿入します。

Insert メソッドを呼び出すと,リストにインターフェースを挿入できます。Item は,挿入するインターフェースを表し,Index は,インターフェースを追加する位置(ゼロオフセット)を示します。

関連項目