System.Generics.Collections.TList.GetEnumerator
Delphi
function GetEnumerator: TEnumerator; reintroduce; inline;
C++
HIDESBASE TEnumerator* __fastcall GetEnumerator();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TList |
Description
Returns an enumerator for the container.
System.Generics.Collections.TList.GetEnumerator inherits from System.Generics.Collections.TEnumerable.GetEnumerator. All content below this line refers to System.Generics.Collections.TEnumerable.GetEnumerator.
Returns an enumerator for the container.
Call GetEnumerator to obtain an enumerator for the container, as returned by the DoGetEnumerator protected method.
See Also
Code Examples