System.Contnrs.TObjectQueue

From RAD Studio API Documentation
Jump to: navigation, search

System.Contnrs.TQueueSystem.Contnrs.TOrderedListSystem.TObjectTObjectQueue

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.

See Also