Xbasic
UI_EDITOR_GET Function
Syntax
as P = UI_EDITOR_GET()
Arguments
- P
A pointer to the currently open Code Editor with focus.
Description
The UI_EDITOR_GET() function returns an object pointer to the currently open Code Editor with focus.
Example
dim ptr as P ptr = ui_editor_get()
Limitations
Desktop applications only.
See Also