| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Pop the first element off the queue
Source position: contnrs.pp line 177
public function TObjectQueue.Pop: TObject;  | 
The first element in the queue, or Nil if the queue is empty
Pop removes the first element in the queue, and returns a reference to the instance. If the queue is empty, Nil is returned.
None.
  | 
Push an object on the queue  | 
|
  | 
Look at the first object in the queue.  |