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