[Overview][Types][Classes][Index] |
Destructor for the class instance.
Source position: dynqueue.pas line 61
public destructor TDynamicDataQueue.Destroy; override; |
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.
|
Frees data items and storage allocated for the queue. |
Version 4.0 | Generated 2025-05-03 | Home |