ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / HTML file 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
Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV.
Example
// Execute the CheckInput() browser procedure
HTM_HTMLDisplay.ExecuteBrowserProcedure("CheckInput")
Syntax
<HTML Display control>.ExecuteBrowserProcedure(<Browser procedure> [, <Parameter 1> [, <Parameter N>]])
<HTML Display control>: Control name
Name of the HTML Display control used.
<Browser procedure>: Character string
Name of the WEBDEV browser WLanguage procedure to execute. This procedure must be a local procedure of the WEBDEV page displayed in the control.
<Parameter 1>: Any optional type
First optional parameter that will be passed to the procedure. $~ ... |
<Parameter N>: Any optional type
Nth optional parameter that will be passed to the procedure.
Remarks
The real name of the procedure used by WEBDEV for JavaScript procedures does not correspond to the name of the browser procedure specified in the editor. <HTML Display control>.ExecuteBrowserProcedure automatically links the different names. This function should be used instead of <HTML Display control>.ExecuteJS.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help