bdeSaveEditorFile

Saves the editor file.

Syntax

bdeSaveEditorFile(editor)

Inputs

editor
The editor to save.
Type: hwscpTextEditorDialog

Examples

Save an editor:

          bdeSaveEditorFile(editor);