[Overview][Types][Classes][Index] |
Indicates if all of the internal storage slots have been used in the queue storage.
Source position: lazcollections.pas line 77
public property TLazFifoQueue.IsFull : Boolean |
IsFull is a read-only Boolean property which indicates if all of the storage slots are used in the internal storage for the queue. The value is True when TotalItemsPushed - TotalItemsPopped = QueueSize.
Use IsEmpty to determine if none of the available storage slots are in use in the internal storage for the queue.
|
Total number of entries that have been popped off of the queue. |
|
|
Total number of entries that have been pushed onto the queue. |
|
|
Size (or depth) for the queue. |
|
|
Indicates if none of the internal storage slots have been used in the queue storage. |
Version 4.0 | Generated 2025-05-03 | Home |