ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CombinationFromName (Function)
Returns a combination of one or more options known by their names.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
FTPSend (Example)
Usage example of the FTPSend function
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
Clipboard management functions
List of functions for managing the clipboard...
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
Factorial (Function)
Returns the factorial of an integer number.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
MatExist (Function)
Checks the whether the matrix exists in memory.
RESTSend (Function)
Sends a REST request and waits for the server response.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.