System.Win.ComObj.TConnectionPoints.EnumConnectionPoints

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

Delphi

function EnumConnectionPoints(  out enumconn: IEnumConnectionPoints): HResult; stdcall;

C++

HRESULT __stdcall EnumConnectionPoints(/* out */ _di_IEnumConnectionPoints &enumconn);

プロパティ

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

説明

ConnectionPoints コンテナ上で動作する、イテレータを取得します。 EnumConnectionPoints は、接続ポイントのコンテナ オブジェクト上で動作する、イテレータを取得します。

関連項目