TQueue Class

Represents type TQueue.

Namespace: Graph
TObject
  Graph.TQueue
type
 TQueue = class
 end;

The TQueue type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TQueue class.

Destroy

Represents the destructor of the TQueue class.

Top
Show:
 NameDescription
Count

Represents property Count.

Top
Show:
 NameDescription
Clear

Represents method Clear.

Dequeue(Void)

Represents method Dequeue(Void).

Enqueue(Void,integer)

Represents method Enqueue(Void,integer).

Peek(Void)

Represents method Peek(Void).

PeekSize

Represents method PeekSize.

Top

Reference