RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.TopLevelContainer Property

Indicates whether the Web browser is a top-level Automation object.

Pascal
property TopLevelContainer: WordBool;
C++
__property WordBool TopLevelContainer;

Read TopLevelContainer to determine whether the Web browser has a parent with an Automation interface. When TopLevelContainer is false, the Container and Parent properties provide access to the parent's interface. When TopLevelContainer is true, the value of Container is nil and the value of Parent is the Web browser's own interface. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!