[Overview][Types][Classes][Index] |
Indicates the largest memory block size allocated for an item added to the queue.
Source position: dynqueue.pas line 73
public property TDynamicDataQueue.MaximumBlockSize : Integer |
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.
|
Indicates the smallest memory block size allocated for an item added to the queue. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |