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
TObjectQueue maintains a first-in first-out list of objects.
Use a TObjectQueue to store and maintain a first-in first-out list of objects.
Note: It is recommended to use System.Generics.Collections.TObjectQueue, which is the generic version of this class, as it offers a more modern coding style.