Click or drag to resize

Document Methods

The Document type exposes the following members.

Methods
  NameDescription
Public methodClose
Close the document. If the document is modified it will be saved using the default save logic (see save).
Public methodClose(Boolean)
Close the Document.
Public methodDelete
Deletes an element.
Public methodDispose (Overrides Wrapper.Dispose.)
Public methodFindByCaption
Finds an Component by its caption.
Public methodFindByName
Finds an Component by its name.
Public methodCode exampleFindElementByCaptionPath
Finds an Element (Sheet or WindowlessComponent) by it's path.
Public methodGetProperties
Gets a PropertyBag for the specified key.
Public methodReleaseFile
Releases the write lock on the Document File (empx).
Public methodSave
Writes the document to the file specified by the Filename property. The SaveAs file dialog is displayed if the filename property is not set or the document/file is readonly
Public methodSave(Boolean)
Saves the document to the file specified by the Filename property.
Top
See Also