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