System.Classes.TStringList.InsertItem
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 メソッドが、文字列と関連づけられたオブジェクトをリストに追加するため、内部的に使用します。