System.Win.ComObj.TComClassManager.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

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