Adds the input string and object to the end of the queue and returns the new node created for the item.
To retrieve items added with PushItem, call GLists.TGStringQueue.PopItem(TObject) or Top and GLists.TGStringQueue.TopString .
To push only the object on the queue, use the Push method. To push only a string and an object on the queue, use the GLists.TGStringQueue.PushString(String) method.
Namespace: GLists
Delphi |
public |
Parameters
Value
Type: String
AnObject
Type: TObject
Type: TSQStringNode