System.Win.VCLCom.TComponentFactory.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TComObjectFactory.Destroy */ inline __fastcall virtual ~TComponentFactory() { }

Properties

Type Visibility Source Unit Parent
destructor public System.Win.VCLCom.hpp System.Win.VCLCom TComponentFactory

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