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

Creates and initializes an enumerator for the queue.

Pascal
constructor Create(AQueue: TQueue<T>);
C++
__fastcall TEnumerator(TQueue<T> AQueue);

Call Create to create an enumerator for the queue.  

The AQueue parameter is the queue to which the enumerator is associated. 

 

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