Open main menu

RAD Studio API Documentation β

System.Win.ComObj.TComClassManager.Destroy

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TComClassManager();

Properties

Type Visibility Source Unit Parent
destructor public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComClassManager

Description

Destroys an instance of TComClassManager.

Do not destroy the COM class manager. This is a global instance that is managed by Delphi.

See Also