Returns the string and object at the front of the queue. Call TopItem to access the queue without removing an item. TopItem returns the next item in the queue (that is, the earliest item added).
To remove an item from the queue, call PopItemg.
Namespace: GLists
Delphi |
public |
Parameters
AnObject
Type: TObject
Type: String