RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TList.TEnumerator.Create Constructor

Creates and initializes an enumerator for the list.

Pascal
constructor Create(AList: TList<T>);
C++
__fastcall TEnumerator(TList<T> AList);

Call Create to create an enumerator for the list.  

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!