Returns a value that indicates whether the document has changed since it was last saved.
[ 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. |
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. |
This property is read-only at run time.
The following statement retrieves whether or not the ALog document has changed since it was last saved:
blogsave1 = log1.Modified