ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
Execute (Function)
Starts the execution of a process programmatically.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
HQueryExecuted (Function)
Determines if a query has been executed.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ExecuteFunction
Executes a WLanguage function identified by its name.
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.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
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
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
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
>