System.Win.ComObj.TAutoObjectEvent.ConnectionPoints

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

Delphi

property ConnectionPoints: TConnectionPoints read FConnectionPoints  implements IConnectionPointContainer;

C++

__property TConnectionPoints* ConnectionPoints = {read=FConnectionPoints};

プロパティ

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

説明

TAutoObjectEvent オブジェクトに対する接続ポイントのリストを取得します。

ConnectionPoints プロパティは、TAutoObjectEvent オブジェクトに対する接続ポイントのリストを返します。

関連項目