ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
The Static control
A Static control is a control used to display a static text......
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
XMLPath (Function)
Returns the current position in the document in XPATH format.
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
SQLChangeConnection (Function)
Modifies the current connection.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
MatRead (Function)
Reads the value of a matrix element.
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
Error 106: Redefinition of a global variable
dPixelColor (Example)
Usage example of the dPixelColor function