RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TConnectionPoints.Controller Property

Provides access to the IUnknown of the connection points.

Pascal
property Controller: IUnknown;
C++
__property IUnknown Controller;

Controller is the IUnknown interface reference of the connection points object. TConnectionPoints aggregates several sub-objects that share this interface as a single controlling IUnknown. The IUnknown methods implemented in the sub-objects delegate to this Controller. 

When the TConnectionPoints object is created, its constructor is passed a controlling IUnknown. Controller is initialized to this IUnknown in the constructor. 

 

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