[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return the next element to be popped from the list.
Source position: contnrs.pp line 146
public function TOrderedList.Peek: Pointer; |
Next element to be popped from the list.
Peek returns the element that will be popped from the list at the next call to Pop, without actually popping it from the list.
None.
|
Remove an element from the list. |
|
|
Push another element on the list. |