Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TStringList<T>.TValueEnumerator > Properties
TStringList<T>.TValueEnumerator.Current Property
Returns the current data value in the enumeration
Namespace: RSGenerics.Collections
Delphi
public property Current: T read GetCurrent;
Property Value
Type: T
•TStringList<T>.TValueEnumerator
•TStringList<T>
•RSGenerics.Collections