WebBrowser Property (ALog)

Returns the Microsoft WebBrowser control object.

Syntax

[ 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.

Comments

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.

Example

The following statement retrieves the WebBrowser object for the ALog object:

obWebBrowser = log1.WebBrowser

Applies to

ALog

See Also

Parent