ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HLinkMemo (Example)
Usage example of the HLinkMemo function
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Format (Property)
The Format property is used to identify and change the format of an element
The HTML control
The HTML control displays HTML pages or HTML code......
WINDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Creating the Vision pages of the WEBDEV RAD pattern
Classe représentant un fichier uploadé dans le champ upload...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Discover all the possibilities of pivot tables
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 to a stored procedure. retrieve the output values after a call to a stored procedure....
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
HCancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the table is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Local procedure
Two types of procedures are available......
Referring to an element in a WLanguage event / process
Manager of automated tests
The test manager is used to......
httpRequest (Variable type)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Table,Display (External language)
Refreshes the Table control.
Query editor: Characteristics