ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Code Editor functions
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)).
New in version SaaS
WEBDEV - Browser code Most of these functions are now available in Browser code.
The following functions are used to manipulate Code Editor controls:
CodeEditorCommentComments the current selection in the Code Editor control. "//" characters are inserted at the beginning of the current line.
CodeEditorCompileCompiles the WLanguage code displayed in the Code Editor control and displays any errors.
CodeEditorDeleteAllDeletes the contents of the Code Editor control.
CodeEditorDuplicateLineDuplicates the current line in the Code Editor control.
CodeEditorExecuteExecutes the WLanguage code displayed in the Code Editor control.
CodeEditorGetErrorGets a compilation error from the code in the Code Editor control.
CodeEditorInsertInserts a string in the Code Editor control.
CodeEditorLoadLoads a WLanguage code file in a Code Editor control.
CodeEditorReplaceFinds and replaces a string in the Code Editor control.
CodeEditorSaveSaves the contents of a Code Editor control to a file.
CodeEditorSearchSearches for a string or regular expression in the Code Editor control.
CodeEditorUncommentUncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed.
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2024

Send a report | Local help