System.Contnrs.TQueue

From RAD Studio API Documentation
Jump to: navigation, search

System.Contnrs.TOrderedListSystem.TObjectTQueue

Delphi

TQueue = class(TOrderedList)

C++

class PASCALIMPLEMENTATION TQueue : public TOrderedList

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.

Use a TQueue object to store and maintain a first-in first-out list.

See Also