|
|
|
|
|
Code Editor control functions
Not available
Note: These functions are also available in prefix syntax ( Code Editor control functions (prefix syntax)). New in version 2025The following functions are used to manipulate Code Editor controls:
| | CodeEditorComment | Comments the current selection in the Code Editor control. "//" characters are inserted at the beginning of the current line. | CodeEditorCompile | Compiles the WLanguage code displayed in the Code Editor control and displays any errors. | CodeEditorDeleteAll | Deletes the contents of the Code Editor control. | CodeEditorDuplicateLine | Duplicates the current line in the Code Editor control. | CodeEditorExecute | Executes the WLanguage code displayed in the Code Editor control. | CodeEditorGetError | Gets a compilation error from the code in the Code Editor control. | CodeEditorInsert | Inserts a string in the Code Editor control. | CodeEditorLoad | Loads a WLanguage code file in a Code Editor control. | CodeEditorReplace | Finds and replaces a string in the Code Editor control. | CodeEditorSave | Saves the contents of a Code Editor control to a file. | CodeEditorSearch | Searches for a string or regular expression in the Code Editor control. | CodeEditorUncomment | Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|