System.Win.ComObj.TConnectionPoints.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TConnectionPoints();

プロパティ

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

説明

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

Destroy は自動的に呼び出されます。 ユーザーは、接続ポイント群オブジェクトを破棄する必要はありません。 Destroy は、コンストラクタ内で作成された接続ポイント オブジェクトのリストを解放します。

関連項目