Class TQueue (unit SandQue) |
TObject
Next element
Constructors |
----------------------- TQueue -----------------------
Functions |
Properties |
Events |
Variables |
Constructors |
We want to be able to store a LOT of grains
----------------------- TQueue -----------------------
Functions |
We need a record for the user item
Queue is empty
Remove any remaining elements before destroying the queue. Note that user items are NOT disposed as TQueue doesn't know their types. Therefore user should always empty the queue himself and dispose the items before destroying the queue.
Same as: if Top <> NIL
Properties |
Events |
Variables |