Vcl.AxCtrls.TConnectionPoint.GetSink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Gets the notification sink of a connection point. The GetSink method sets the second parameter to the notification sink of the connection point with the Index index.

See Also