Show/Hide Toolbars

RiverSoftAVG Products Help

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

TGStringQueue.PushItem(String,TObject) Method

Scroll Prev Top Next More

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

Parameters

Value

Type: String

AnObject

Type: TObject

Return Value

Type: TSQStringNode

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb