RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStack.TEnumerator Class

Provides enumerating functionality to the stack.

Pascal
TEnumerator = class(TEnumerator<T>);
C++
class TEnumerator : public TEnumerator<T>;

TStack.TEnumerator is the class that implements enumerating methods for the stack.  

TStack.TEnumerator implements the TEnumerator abstract class. 

 

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