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
Code Editor control functions (prefix syntax)
The following functions are used to manipulate Code Editor controls using prefix syntax:
New in version 2024
<Code editor>.Comment
Comments the current selection in the Code Editor control. "//" characters are inserted at the beginning of the current line.
New in version 2024
<Code editor>.Compile
Compiles the WLanguage code displayed in the Code Editor control and displays any errors.
New in version 2024
<Code editor>.DeleteAll
Deletes the contents of the Code Editor control.
New in version 2024
<Code editor>.DuplicateLine
Duplicates the current line in the Code Editor control.
New in version 2024
<Code editor>.Execute
Executes the WLanguage code displayed in the Code Editor control.
New in version 2024
<Code editor>.GetError
Gets a compilation error from the code in the Code Editor control.
New in version 2024
<Code editor>.Insert
Inserts a string in the Code Editor control.
New in version 2024
<Code editor>.Load
Loads a WLanguage code file in a Code Editor control.
New in version 2024
<Code editor>.Replace
Finds and replaces a string in the Code Editor control.
New in version 2024
<Code editor>.Save
Saves the contents of a Code Editor control to a file.
New in version 2024
<Code Editor>.Search
Searches for a string or regular expression in the Code Editor control.
New in version 2024
<Code editor>.Uncomment
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