ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
HTTP server response procedure parameters
WLanguage procedure (also called "callback") called by the HTTPSend function or the HTTPSendAsynchronous function when the HTTP server responds.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Utiliser les nouveautés de WINDEV Suite SaaS 2025....
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
Installing a SOAP server with IIS
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
13. External component in practice
External component in practice...
12. External component in practice
Définit l'image SVG utilisée pour un graphe de type "Pourcentage imagé"....
URI
The URI keyword can correspond to...
Various WEBDEV constants
Various WEBDEV constants...
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
2. Projects in practice