Modified Property (ALog)

Returns a value that indicates whether the document has changed since it was last saved.

Syntax

[ bModified = ] Object.Modified

The Modified property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

bModified

Bool

A boolean expression that specifies whether the document has changed since it was last saved.

Where

bModified can be one of the following:

 

Value

Description

True

The document has changed since it was last saved.

False *

The document has not changed since it was last saved.

Comments

This property is read-only at run time.

Example

The following statement retrieves whether or not the ALog document has changed since it was last saved:

blogsave1 = log1.Modified

Applies to

ALog