Xbasic
UI_EDITOR_ACTIVE Function
Syntax
Result_Flag as L = UI_EDITOR_ACTIVE()
Arguments
- Result_Flag
.T. = An instance of the Code Editor is running. .F. = The Code Editor is not running.
Description
The UI_EDITOR_ACTIVE() function indicates whether an instance of the Code Editor is running. Returns TRUE if an editor is active.
Example
? ui_edit_active() = .T.
Limitations
Desktop applications only.
See Also