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

TLazThreadedQueue.Destroy

Destructor for the class instance.

Declaration

Source position: lazcollections.pas line 108

public destructor TLazThreadedQueue.Destroy; override;

Description

Destroy is the destructor for the class instance. Destroy calls the private DoShutDown method to free internal resources allocated in the class instance. Destroy calls the inherited destructor prior to exiting from the method.

See also

TLazThreadedQueue.DoShutDown

  

Performs actions required when the thread-safe queue is freed.

TLazThreadedQueue.Create

  

Constructor for the class instance.

TCriticalSection.Destroy


Version 4.0 Generated 2025-05-03 Home