ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Complete (Function)
Returns a character string of a specified length.
Xaml functions (prefix syntax)
List of Xaml functions (prefix syntax)...
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Xaml functions
List of Xaml functions...
11. Choosing the action of a button/link
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Position (Function)
Finds the position of a specified string within another string.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure....
HTML 5: Example of programmed drag-and-drop management
To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
<ANSI string>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.