ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Command variable>.Execute (Function)
Executes a command in console mode.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
AJAXExecuteAsynchronous (Function)
Executes a server procedure without refreshing the page.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
<Connection variable>.ExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode.
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ExecuteReactiveProcedure (Function)
Forces the execution of a reactive procedure.
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
The HTML Display control
The HTML Display control displays a web page in an application......
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call...
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView...
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements...
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user...
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
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.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input...
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.
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
gpwOpen (Function)
Opens the User Groupware login window or page.
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
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......
1
2
3
4
5
6
7
>