Vcl.AxCtrls.TActiveForm.GetConnectionPoint

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

Delphi

function GetConnectionPoint: TConnectionPoint;

C++

System::Win::Comobj::TConnectionPoint* __fastcall GetConnectionPoint();

プロパティ

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

説明

接続ポイントを返します。 GetConnectionPoint は、TActiveForm コンポーネントの ConnectionPoint プロパティを操作するための、取得メソッドです。クライアントが、コンポーネントのイベント モデルに対してクエリをかけることができる、ActiveForm コンポーネントの接続ポイントを返します。

関連項目

ConnectionPoint