ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV 2024 feature!
Help / WLanguage / WLanguage functions / Controls, pages and windows / 
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Remark: These functions are also available in prefix syntax (Code Editor control functions (prefix syntax)).
The following functions are used to manipulate Code Editor controls:
New in version 2024
CodeEditorComment
Comments the current selection in the Code Editor control. "//" characters are inserted at the beginning of the current line.
New in version 2024
CodeEditorCompile
Compiles the WLanguage code displayed in the Code Editor control and displays any errors.
New in version 2024
CodeEditorDeleteAll
Deletes the contents of the Code Editor control.
New in version 2024
CodeEditorDuplicateLine
Duplicates the current line in the Code Editor control.
New in version 2024
CodeEditorExecute
Executes the WLanguage code displayed in the Code Editor control.
New in version 2024
CodeEditorGetError
Gets a compilation error from the code in the Code Editor control.
New in version 2024
CodeEditorInsert
Inserts a string in the Code Editor control.
New in version 2024
CodeEditorLoad
Loads a WLanguage code file in a Code Editor control.
New in version 2024
CodeEditorReplace
Finds and replaces a string in the Code Editor control.
New in version 2024
CodeEditorSave
Saves the contents of a Code Editor control to a file.
New in version 2024
CodeEditorSearch
Searches for a string or regular expression in the Code Editor control.
New in version 2024
CodeEditorUncomment
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed.
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 03/07/2024

Send a report | Local help