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

Creates and initializes an enumerator for the stack.

Pascal
constructor Create(AStack: TStack<T>);
C++
__fastcall TEnumerator(TStack<T> AStack);

Call Create to create an enumerator for the stack.  

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

 

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