Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TStringList<T> > Methods
TStringList<T>.InsertObject(Integer,string,TObject) Method
Represents method InsertObject(Integer,string,TObject).
Namespace: RSGenerics.Collections
Delphi
public procedure InsertObject(Index: Integer; const S: string; AObject: TObject); overload; override;
Parameters
Index
Type: Integer
S
Type: string
AObject
Type: TObject
•TStringList<T>
•RSGenerics.Collections