RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TObjectQueue Class

TObjectQueue maintains a first-in first-out list of objects.

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

Contnrs

Use a TObjectQueue to store and maintain a first-in first-out list of objects. 

 

TStack 

TList 

TQueue 

TObjectStack 

TObjectList 

Working with Lists

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