ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
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......
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......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
User (Property)
The User property is used to identify and change the user of a feature.
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
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......
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, ....).
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.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
grWaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....