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

TLazFifoQueue.GetIsEmpty

Gets the value for the IsEmpty property.

Declaration

Source position: lazcollections.pas line 66

protected function TLazFifoQueue.GetIsEmpty: Boolean; virtual;

Function result

True if the number of items pushed onto and popped off of the queue are the same.

See also

TLazFifoQueue.IsEmpty

  

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


Version 4.0 Generated 2025-05-03 Home