System.Win.ComObj.TConnectionPoint.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TConnectionPoint();

プロパティ

種類 可視性 ソース ユニット
destructor public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TConnectionPoint

説明

接続ポイント オブジェクトのインスタンスを破壊します。

その接続ポイント オブジェクトを明示的に解放する必要はありません。 接続ポイント オブジェクトは、自動的に破壊されます。 接続ポイント コンテナ オブジェクトが nil でない場合、Destroy はそれを呼び出して、そこから接続ポイント オブジェクトを削除します。

関連項目