ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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, ....).
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......
grWaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
grWaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
Window controls
Several types of controls can be used in a window, ......
<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.
The Image control
The Image control is used to......
<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....
Image control in a window
This help page presents the characteristics of an Image control found in a window...
RedisSet (Function)
Changes the value of a key on a Redis server.
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
System constants
List of constants used by the system functions....
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
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......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function