ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You can use Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
HCloseConnection (Example)
Usage example of the HCloseConenction function
LooperDelete (Function)
Deletes a row from a Looper control.
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
HChangeConnection (Example)
Usage example of the HChangeConnection function
The HTML control
The HTML control displays HTML pages or HTML code......
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
HOpenConnection (Example)
Usage example of the HOpenConnection function
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
xlsColumnType (Example)
Usage example of the xlsColumnType function
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
Format (Property)
The Format property is used to identify and change the format of an element
HLinkMemo (Example)
Usage example of the HLinkMemo function
Local procedure
Two types of procedures are available......
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....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Manager of automated tests
The test manager is used to......
HDeclareExternal (Example)
Usage example of the HDeclareExternal function