Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TObjectQueue.Push

Push an object on the queue.

Declaration

Source position: contnrs.pp line 177

public function TObjectQueue.Push(

  AObject: TObject

):TObject;

Arguments

AObject

  

Object to push on the queue.

Function result

The element just pushed on the queue.

Description

Push pushes another object on the queue. It overrides the Push method as implemented in TQueue so it accepts only objects as arguments.

Errors

If not enough memory is available to expand the queue, an exception may be raised.

See also

TObjectQueue.Pop

  

Pop the first element off the queue.

TObjectQueue.Peek

  

Look at the first object in the queue.


Documentation generated on: Jul 24 2023