Vcl.AxCtrls.TConnectionPoints.Create

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

Delphi

constructor Create(const AController: IUnknown);

プロパティ

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

説明

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

Create を直接呼び出す必要はありません。CreateTConnectionPoints はほかのオブジェクトが接続ポイントオブジェクトを作成するために内部的に使用します。

Create は接続ポイントオブジェクト用にメモリを割り当て,AController パラメータを使って Controller プロパティを初期化します。そして,格納する接続ポイントオブジェクトのリストを作成します。

関連項目