RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueue.Create Constructor

Create queue.

Pascal
constructor Create(Collection: TEnumerable<T>); overload;
C++
__fastcall TQueue(TEnumerable<T> Collection);

This method creates and initializes a TQueue instance. Each item in collection Collection is added to the end of the queue (enqueued) in the same order as in Collection

 

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