Pop()

Namespace ›› System ›› MfStack ›› Methods ››
Parent Previous Next

Pop()

OutputVar := instance.Pop()

Pop()

Removes and returns the object at the top of the MfStack.

Returns

Returns he object that is removed from the top of the MfStack.

Throws

Throws MfInvalidOperationException if the MfStack is empty.

Remarks

If current Pop value is a null or empty then Null is returned.