System.Classes.TStringList.InsertItem

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

Delphi

procedure InsertItem(Index: Integer; const S: string; AObject: TObject); virtual;

C++

virtual void __fastcall InsertItem(int Index, const System::UnicodeString S, System::TObject* AObject);

プロパティ

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

説明

AddObject メソッドによって内部的に使用されます。

InsertItem メソッドは、AddObject メソッドが、文字列と関連づけられたオブジェクトをリストに追加するため、内部的に使用します。

関連項目