Dequeue()

Namespace ›› System ›› MfQueue ›› Methods ››
Parent Previous Next

Dequeue()

OutputVar := instance.Dequeue()

Dequeue()

Removes and returns the object at the beginning of the MfQueue.

Returns

Returns he object that is removed from the beginning of the MfQueue.

Throws

Throws MfInvalidOperationException if the MfQueue is empty.

Remarks

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