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

Frees the instance of the TActiveXControlFactory.

Do not call Destroy directly in an application. Factory objects are destroyed automatically when the server shuts down.

See Also