ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketCreate (Function)
Creates a socket.
<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 his application......
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
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.
gpwResetPassword (Function)
Resets the password of a registered user.
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.
XMLDocument (Function)
Creates a new 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.
XMLResult (Function)
Returns the result of a calculation XPath query.