Navigation: Code Documentation > RSCommon > GLists > Classes > TGQueue
TGQueue Properties
Name
Description
Item
Represents property Item.
OnChange
Represents property OnChange.
Top
Returns the object at the front of the queue. Call Top to access the queue without removing an item. Top returns the next item in the queue (that is, the earliest item added).
To remove an item from the queue, call GLists.TGQueue.Pop.