ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV 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
ExecuteFunction
In french: ExécuteFonction
Executes a WLanguage function identified by its name.
Example
// Execute the Info function
ExecuteFunction("info", ("Test of the Info function"))
Syntax
<Result> = ExecuteFunction(<Function name> [, <Parameter 1> [... [, <Parameter N>]]])
<Result>: Type of the result
Result of the executed WLanguage function.
<Function name>: Character string
Name of the WLanguage function to execute (in quotes). You can specify the English or French name of the function.
<Parameter 1>: Type corresponding to the first parameter
Parameters expected by the WLanguage function. This parameter must be specified between parentheses.
<Parameter N>: Type corresponding to the Nth parameter
Parameters expected by the WLanguage function. This parameter must be specified between parentheses.
Component: wd290wm.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/16/2022

Send a report | Local help