System.Win.ComObj.TConnectionPoints.Create

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

Delphi

constructor Create(const AController: IUnknown);

C++

__fastcall TConnectionPoints(const System::_di_IInterface AController);

プロパティ

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

説明

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

Create を直接呼び出す必要はありません。 これは、接続ポイント群オブジェクトを作成するために、他のオブジェクトから内部的に呼び出されます。

Create は、接続ポイント群オブジェクトのためのメモリを確保し、Controller プロパティを AController パラメータを使用して初期化します。 その後、保持する個々の接続ポイント群オブジェクトのリストを作成します。

関連項目