Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TStringList<T> > Methods
TStringList<T>.PutData(Integer,T) Method
Sets the associated data for the specified item given its index.
PutData is the protected write implementation of the Data property.
Namespace: RSGenerics.Collections
Delphi
protected procedure PutData(Index: Integer; const Value: T);
Parameters
Index
Type: Integer
Value
Type: T
•RSGenerics.Collections.TStringList<T>.GetData(Integer)
•RSGenerics.Collections.TStringList<T>.Data[Integer]
•TStringList<T>
•RSGenerics.Collections