IDocumentEditor
What it does
Represents the document editor.
Methods
| Definition | Description |
| Save() : bool | Saves the document |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Document | IDocument | Read-only | The document being edited |
| ErrorsWindow | IErrorsWindow | Read-only | The errors window |
| FormMode | bool | Read/write | Specifies whether the data displaying mode is enabled |
| FormWindow | IFormWindow | Read-only | The form window |
| Handle | int | Read-only | The handle of the window |
| ImageWindow | IImageWindow | Read-only | The image window |
| Modified | bool | Read-only | Specifies whether the document is modified |
| TaskWindow | ITaskWindow | Read-only | The task window |
4/12/2024 6:16:02 PM