ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Position (Function)
Finds the position of a specified string within another string.
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
ParallelTask (Variable type)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
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....
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......
<ANSI string>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
User (Property)
The User property is used to identify and change the user of a feature.
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
String (Variable type)
The String type is used to manipulate strings......
grWaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
grWaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
<Graphe>.WaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
<Graphe>.WaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......