Vcl.AxCtrls.TActiveForm.ConnectionPoint

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

Delphi

property ConnectionPoint: TConnectionPoint read GetConnectionPoint;

C++

__property System::Win::Comobj::TConnectionPoint* ConnectionPoint = {read=GetConnectionPoint};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveForm

説明

接続ポイントを作成します。 ConnectionPoint はプロパティで、これにより、ActiveForm コンポーネントは、コンポーネントのパブリックなイベントモデルを送信する、接続ポイントを公開して、クライアントと通信することができます。

関連項目

GetConnectionPoint