System.Contnrs.TObjectQueue

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Contnrs.TObjectQueue&oldid=199656"