[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Remove an element from the list.
Source position: contnrs.pp line 145
public function TOrderedList.Pop: Pointer; |
The element removed from the list.
Pop removes an element from the list, and returns the element that was removed from the list. If no element is on the list, Nil is returned.
None.
|
Return the next element to be popped from the list. |
|
|
Push another element on the list. |