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
Executes the WLanguage code displayed in the Code Editor control.
Example
// Executes the code in the Code Editor control
CODEEDT_Example.Execute()
Syntax
<Result> = <Code Editor control>.Execute()
<Result>: Character string
Value returned by the WLanguage code displayed in the Code Editor control (using the RETURN keyword).
<Code Editor control>: Control name
Name of the Code Editor control to be used.
Remarks
Caution: If the WLanguage code displayed in the Code Editor control does not compile, it will not be executed. No error will be displayed.
Business / UI classification: Business Logic
Component: wd290obj.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/07/2024

Send a report | Local help