bdeGetEditorText

Gets the text of the textEditor.

Syntax

editorText = bdeGetEditorText(textEditor)

Inputs

textEditor
The text editor to get the text of.
Type: hwscpTextEditorDialog

Outputs

editorText
The text that was in the text editor.
Type: string

Examples

Get the contents of a text editor:

          editorText = bdeGetEditorText(editor);
        

          
            editorText = Test Editor Text