API:System.Contnrs.TObjectQueue

Delphi
TObjectQueue = class(TQueue)
C++
class PASCALIMPLEMENTATION TObjectQueue : public TQueue
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | System.Contnrs.pas System.Contnrs.hpp | System.Contnrs | System.Contnrs | 
Description
TQueue maintains a first-in first-out array of pointers.
System.Contnrs.TObjectQueue inherits from System.Contnrs.TQueue. All content below this line refers to System.Contnrs.TQueue.
TQueue maintains a first-in first-out array of pointers.
Use a TQueue object to store and maintain a first-in first-out list.