Show/Hide Toolbars

RiverSoftAVG Products Help

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

To use the class properly as a queue, use the GLists.TGQueue.Push(TObject) and GLists.TGQueue.Pop methods, not Add or Items.

noteNote

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

Namespace: GLists

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb