RAD Studio VCL Reference
|
TObjectQueue maintains a first-in first-out list of objects.
TObjectQueue = class(TQueue);
class TObjectQueue : public TQueue;
Contnrs
Use a TObjectQueue to store and maintain a first-in first-out list of objects.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|