Offline Property (ALog)

Returns or sets whether the log operate in offline mode (read from cache).

Syntax

Object.Offline = [ bOffline ]

The Offline property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

bOffline

Bool

A boolean expression that specifies whether the log operates in offline mode (read from cache).

Where

bOffline can be one of the following:

 

Value

Description

True

The log is in offline mode and will read data about its current URL from its local cache.

False *

The log will attempt to read the source document. This is the default mode.

Comments

 

Example

The following statement changes the ALog control so the frame is offline:

log1.Offline = True

Applies to

ALog,

See Also

LocationURL, Navigate