Enumerator to enumerate through the associated data of the list.
Namespace: RSGenerics.Collections
TEnumerator
RSGenerics.Collections.TStringList<T>.TValueEnumerator
|
Delphi
|
public
type
TValueEnumerator = class(TEnumerator<T>)
end;
|
|
Name
|
Description
|
|
Current
|
Returns the current data value in the enumeration
|
Top
|
|
Name
|
Description
|
|
DoGetCurrent
|
Represents method DoGetCurrent.
|
|
DoMoveNext
|
Represents method DoMoveNext.
|
|
MoveNext
|
Moves the enumerator to the next data value in the list
|
Top
|