System.Win.VCLCom.TComponentFactory.Destroy

提供: RAD Studio API Documentation
移動先: 案内検索

C++

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

プロパティ

種類 可視性 ソース ユニット
destructor public System.Win.VCLCom.hpp System.Win.VCLCom TComponentFactory


説明

クラス ファクトリのインスタンスを破棄します。

Destroy は、アプリケーション内で直接呼び出さないでください。 クラス ファクトリは、該当するサーバーがアンロードされた際に、自動的に破壊されます。

関連項目