System.Generics.Collections.TThreadedQueue.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TThreadedQueue__1();

Properties

Type Visibility Source Unit Parent
destructor public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TThreadedQueue

Description

Destroys an instance of TThreadedQueue.

Call Destroy to destroy an instance of TThreadedQueue. The queue is first shut down.

See Also