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

TDynamicDataQueue.Create

Constructor for the class instance.

Declaration

Source position: dynqueue.pas line 60

public constructor TDynamicDataQueue.Create;

Description

Create is the constructor for the class instance. Create sets the default values for the following properties:

MinimumBlockSize
Set to 512 (bytes)
MaximumBlockSize
Set to 4096 (bytes)

See also

TDynamicDataQueue.MinimumBlockSize

  

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

TDynamicDataQueue.MaximumBlockSize

  

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

TDynamicDataQueue.Destroy

  

Destructor for the class instance.


Version 4.0 Generated 2025-05-03 Home