TRSObjectQueue maintains a first-in first-out array, or queue, of items. Use a TRSObjectQueue object to store and maintain a first-in first-out list.
To use the class properly as a queue, use the DataStructures.TRSObjectQueue.Push(TObject) and DataStructures.TRSObjectQueue.Pop methods, not Add or Items.
Namespace: DataStructures
TList |
Delphi |
type |
|
|
|