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