[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
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 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. |
No notes exist for this page yet.