RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.Parent Property

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

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

Use Parent 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, the value of Parent is the same as ControlInterface

Use the TopLevelContainer property to determine which interface is the value of Parent. 

 

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