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

TDynamicDataQueue.Size

Total memory required for item data stored in the queue.

Declaration

Source position: dynqueue.pas line 71

public property TDynamicDataQueue.Size : Int64
  read FSize;

Description

Size is a read-only Int64 property that contains the total memory required for item data stored in the queue. The value in Size in incremented in PushInternal when an item is successfully added to the ring queue storage. Conversely, the value in Size is decremented when the PopTopInternal method successfully removes an item from the storage for the ring queue.

See also

TDynamicDataQueue.Push

  

Adds the specified content to the FIFO queue.

TDynamicDataQueue.Pop

  

Removes an item from the top of the FIFO queue.


Version 4.0 Generated 2025-05-03 Home