API:Vcl.AxCtrls.TActiveXControlFactory.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TActiveXControlFactory();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveXControlFactory

Description

Disposes of an instance of a class factory.

Vcl.AxCtrls.TActiveXControlFactory.Destroy inherits from System.Win.ComObj.TComObjectFactory.Destroy. All content below this line refers to System.Win.ComObj.TComObjectFactory.Destroy.

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