System.Win.ComObj.TConnectionPoint.GetSink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSink(Index: Integer; var punk: IUnknown): Boolean;

C++

bool __fastcall GetSink(int Index, System::_di_IInterface &punk);

Properties

Type Visibility Source Unit Parent
function public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TConnectionPoint

Description

Returns the event sink for a connection point. The GetSink method returns the event sink for a connection point.

See Also