ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
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.
Window controls
Several types of controls can be used in a window, ......
<Graphe>.WaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
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....
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
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, ....).
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Query editor: Characteristics