Show/Hide Toolbars

RiverSoftAVG Products Help

TGStringQueue maintains a first-in first-out array, or queue, of objects and associated strings. Use a TGStringQueue object to store and maintain a first-in first-out list.

The TGStringQueue allows you to push onto the queue only a string, only an object, or both. To use the class properly as a queue, use the Push, GLists.TGStringQueue.PushString(String), GLists.TGStringQueue.PushItem(String,TObject) and GLists.TGStringQueue.PopItem(TObject) methods, not Add or Items.

noteNote

The TGStringQueue manages the nodes of the list and will ensure nodes get freed.

noteNote

The TGStringQueue is assignment compatible with a TStrings object.

Namespace: GLists

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb