Type Property (ALog)

Returns the type of the contained document object.

Syntax

[ sType = ] Object.Type

The Type property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

sType

BString

Retrieves the type of the contained document object.

Comments

This property is read-only at run time.

Example

The following statement retrieves the type of the contained document object:

sLogType1 = log1.Type !  for HTML it returns "HTML Document"

Applies to

ALog

See Also

LocationURL, Navigate