System.Win.ComObj.TComObjectFactory.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TComObjectFactory();

Properties

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

Description

Disposes of an instance of a class factory.

Do not call Destroy directly in an application. Class factories are automatically destroyed when their corresponding servers are unloaded.

See Also