bdeDestroyTextEditor
Deletes a given textEditor.
Syntax
bdeDestroyTextEditor(textEditor)
Inputs
- textEditor
 - The text editor to delete.
 
Examples
          widget = bdeGetTopLevelWidget();
          textEditorDialog = bdeCreateEditor(widget, true, 1, false, true);
          bdeDestroyTextEditor(textEditorDialog);