Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSObjectListEnumerator<T> > Properties
TRSObjectListEnumerator<T>.Current Property
Returns the current item in the iterator
Namespace: RSGenerics.Collections
Delphi
public property Current: T read GetCurrent;
Property Value
Type: T
•RSGenerics.Collections.TRSObjectListEnumerator<T>.MoveNext
•RSGenerics.Collections.TRSObjectListEnumerator<T>.CurrentElement
•RSGenerics.Collections.TRSObjectListEnumerator<T>.NextElement
•TRSObjectListEnumerator<T>
•RSGenerics.Collections