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 .
|