RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueue Class

TQueue maintains a first-in first-out array of pointers.

Pascal
TQueue = class(TOrderedList);
C++
class TQueue : public TOrderedList;

Contnrs

Use a TQueue object to store and maintain a first-in first-out list. 

 

TList 

TStack 

TObjectQueue 

Working with Lists

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!