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 GLists.TQOrderedList.Top .
Namespace: GLists
Delphi |
public |
Return Value
Type: TRSPointerType
The following code pops objects off the queue until it is empty:
|