Chapter 2 -- 48
Programmer’s Guide
"
""
" Document.IsModified
Tests that the document has been modified since the last save
operation.
Access Read-Only.
Type VT_BOOL or Boolean
.
The possible modifications are : creating, deleting and editing
DocObjects; creating and deleting variables...
"
""
" Document.DocObjects
Returns the DocObjects
collection that represents all the created
objects in the document.
Access Read-Only.
Type VT_DISPATCH or DocObjects
object.
"
""
" Document.Parent
Returns the parent object of the specified object.
Access Read-Only.
Type VT_DISPATCH.
"
""
" Document.Printer
Returns the Printer
object that represents the associated printer.
Access Read-Only.
Type VT_DISPATCH or Printer
object.
"
""
" Document.ReadOnly
True, if the changes of the current document cannot be saved to
the original document.
Access Read-Only.
Type VT_BOOL or Boolean
.