Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > GLists > Classes > TGStringQueue > Methods

TGStringQueue.PushString(String) Method

Scroll Prev Top Next More

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

Parameters

Value

Type: String

Return Value

Type: TSQStringNode

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb