ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Time management
For each element (windows, reports, ...
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
BrowserSlice (Function)
Returns the number of the slice displayed in a page in Responsive Web Design mode.
<Chart>.LoadParameter (Function)
Restores the parameters used to draw a chart.
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
Push (Function)
Pushes an element onto the stack.
<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>.Color (Function)
Returns and initializes the color of different chart elements.
<Chart>.SaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
<xmlDocument variable>.BuildString (Function)
Retrieves and formats the content of an XML document.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize...
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page....
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.