System.Generics.Collections.TList.TEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AList: TList<T>);

C++

__fastcall TEnumerator(TList__1<T>* const AList);

Properties

Type Visibility Source Unit Parent
constructor public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TEnumerator

Description

Creates and initializes an enumerator for the list.

Call Create to create an enumerator for the list.

The AStack parameter is the list to which the enumerator is associated.

See Also