RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TConnectionPoint.SinkList Property

Lists the sinks for the outgoing interfaces maintained by the connection point.

Pascal
property SinkList: TList;
C++
__property TList SinkList;

SinkList lists the sinks managed by the connection point. These are the interfaces that clients implement for responding to server events. When a client registers an interest in the connection point, it supplies an interface pointer that is added to this list. 

Each item in the list can be cast to an IUnknown and used to access the outgoing interface. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!