ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Display 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
HTMLExecuteBrowserProcedure(HTM_HTMLDisplay, "CheckInput")
Syntax
HTMLExecuteBrowserProcedure(<HTML Display control> , <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. HTMLExecuteBrowserProcedure automatically links the different names. This function should be used instead of 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: 05/26/2022

Send a report | Local help