[Overview][Types][Classes][Index] Reference for unit 'LazCollections' (#lazutils)

TLazFifoQueue.GetIsFull

Gets the value for the IsFull property.

Declaration

Source position: lazcollections.pas line 67

protected function TLazFifoQueue.GetIsFull: Boolean; virtual;

Function result

True when the number of items remaining in the queue is the same as the QueueSize.

See also

TLazFifoQueue.IsFull

  

Indicates if all of the internal storage slots have been used in the queue storage.


Version 4.0 Generated 2025-05-03 Home