ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
Execute (Function)
Starts the execution of a process programmatically.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<Command variable>.Execute (Function)
Executes a command in console mode.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
ExecuteReactiveProcedure (Function)
Forces the execution of a reactive procedure.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
HQueryExecuted (Function)
Determines if a query has been executed.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteFunction
Executes a WLanguage function identified by its name.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
AJAXExecuteAsynchronous (Function)
Executes a server procedure without refreshing the page.
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
<Connection variable>.ExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used...
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
How to loop through a file using filters?
gpwOpen (Function)
Opens the User Groupware login window or page.
1
5
6
7
8
9
14
>