Returns the Microsoft WebBrowser control object.
[ obWebBrowserObject = ] Object.WebBrowser
The WebBrowser property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
obWebBrowserObject |
Object |
Returns the ALog inner Microsoft WebBrowser control object. |
The WebBrowser control that is available with the installed Internet Explorer 4.x (or later versions) allows you to run Web pages as part of a form.
For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.
This property is read-only at run time.
The following statement retrieves the WebBrowser object for the ALog object:
obWebBrowser = log1.WebBrowser