ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
<Chart>.ColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
<Chart>.PointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
<Chart>.Smoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
gpwResetPassword (Function)
Resets the password of a registered user.
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
<xmlDocument variable>.BuildString (Function)
Retrieves and formats the content of an XML document.
MatCopy (Function)
Creates the copy of a matrix.
MatMultiply (Function)
Multiplies two matrices.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
MatFloatAdd (Function)
Adds a value to each matrix element.
MatDelete (Function)
Deletes an existing matrix.
MatTranspose (Function)
Calculates the transposed matrix.
SocketCreate (Function)
Creates a socket.
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an 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.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.