RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActiveXControl.ClientSite Property

Contains a pointer to the client site for the container on which the ActiveX control resides.

Pascal
property ClientSite: IOleClientSite;
C++
__property IOleClientSite ClientSite;

ClientSite contains an interface pointer to the object's client site. Within a compound document, each embedded object has its own client site. The client site is the place where it is displayed and through which it retrieves information about its storage, user interface, and other resources. 

Use this property when you need to get client site information from the container. 

 

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