ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
Execute (Function)
Starts the execution of a process programmatically.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<Command variable>.Execute (Function)
Executes a command in console mode.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
ExecuteReactiveProcedure (Function)
Forces the execution of a reactive procedure.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
HQueryExecuted (Function)
Determines if a query has been executed.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<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.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
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.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
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.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
EndService (Function)
Ends the execution of the current service.
SQLModify (Function)
Modifies the content of a row in the query result.
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......
Programmed AJAX
The diagram below presents the use of "programmed AJAX" in a WEBDEV website......
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...
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...
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...
Managing semaphores in threads: limiting the concurrent execution of lines of code
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
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...
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView...
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.
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
1
4
5
6
7
8
14
>