System.Win.ComObj.TConnectionPoint.GetConnectionPointContainer

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

Delphi

function GetConnectionPointContainer(  out cpc: IConnectionPointContainer): HResult; stdcall;

C++

HRESULT __stdcall GetConnectionPointContainer(/* out */ _di_IConnectionPointContainer &cpc);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TConnectionPoint

説明

接続ポイントのコンテナを取得します。 GetConnectionPointContainer は、接続ポイント のコンテナを、コントロール オブジェクトと共に取得します。

関連項目