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