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

TDynamicDataQueue.MaximumBlockSize

Indicates the largest memory block size allocated for an item added to the queue.

Declaration

Source position: dynqueue.pas line 73

public property TDynamicDataQueue.MaximumBlockSize : Integer
  read FMaximumBlockSize
  write SetMaximumBlockSize;

Description

MaximumBlockSize is an Integer property which indicates the largest memory block size allocated for an item added to the queue. MinimumBlockSize and MaximumBlockSize are used in the CalculateItemSize method to derive the actual block size allocated for a queue item and its arbitrary data.

The default value for MaximumBlockSize is 4096, as set in the Create constructor. MaximumBlockSize cannot be set to a value smaller than MinimumBlockSize.

See also

TDynamicDataQueue.MinimumBlockSize

  

Indicates the smallest memory block size allocated for an item added to the queue.

TDynamicDataQueue.Create

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home