| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Push another element on the list.
Source position: contnrs.pp line 144
public function TOrderedList.Push(  | 
AItem: Pointer  | 
):Pointer;  | 
AItem  | 
  | 
Item to add to the list.  | 
The element added to the list.
Push adds AItem to the list, and returns AItem.
If not enough memory is available to expand the list, an exception may be raised.
  | 
Remove an element from the list.  | 
|
  | 
Return the next element to be popped from the list.  |