[Overview][Types][Classes][Procedures and functions] |
Pop the top object of the stack.
Source position: contnrs.pp line 159
public function TObjectStack.Pop: TObject; |
The top object on the stack, or Nilif the stack is empty.
Poppops the top object of the stack, and returns the object instance. If there are no more objects on the stack, Nilis returned.
None
|
Push an object on the stack. |
|
|
Look at the top object in the stack. |