RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.Container Property

Provides access to the automation interface of the Web browser's container.

Pascal
property Container: IDispatch;
C++
__property IDispatch Container;

Use Container to access the interface for the Web browser's parent or container. If the Web browser does not have a container with an Automation interface, Container is nil. 

 

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