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

TDynamicDataQueue.Destroy

Destructor for the class instance.

Declaration

Source position: dynqueue.pas line 61

public destructor TDynamicDataQueue.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. Destroy calls the Clear method to remove items stored in the queue, and to free memory allocated for their storage. Destroy calls the inherited destructor prior to exiting from the method.

See also

TDynamicDataQueue.Clear

  

Frees data items and storage allocated for the queue.


Version 4.0 Generated 2025-05-03 Home