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