System.Win.ComObj.TConnectionPoints.EnumConnectionPoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TConnectionPoints

Description

Gets an iterator over the ConnectionPoints container. EnumConnectionPoints gets an iterator over the connection point container object.

See Also