Show/Hide Toolbars

RiverSoftAVG Products Help

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

TGStringQueue.PopString Method

Scroll Prev Top Next More

Removes and returns the string at the front of the queue. Call PopString to retrieve an item from the queue. PopString removes the next item from the queue (that is, the earliest item added), then returns the string of the deleted item.

To access the queue without removing an item, call GLists.TGStringQueue.TopString .

noteNote

If there was an object associated with the string, it is not returned. You need to call GLists.TGStringQueue.PopItem(TObject) to return both.

Namespace: GLists

Return Value

Type: String

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb