Removes and returns the item at the front of the ordered list. Call Pop to retrieve an item from the ordered list. Pop returns the next item from the ordered list, and shrinks the list by one.
To access the ordered list without removing an item, call DataStructures.TRSObjectOrderedList.Top .
Namespace: DataStructures
Delphi |
public |
Return Value
Type: TObject
The following code pops objects off the queue until it is empty:
|