ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
<Chart>.HolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
<xmlDocument variable>.BuildString (Function)
Retrieves and formats the content of an XML document.
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......