ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
HCreateMovableReplica (Function)
Creates a movable replication.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
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.
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
FTPSend (Example)
Usage example of the FTPSend function
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
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.
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.
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....
MatExist (Function)
Checks the whether the matrix exists in memory.
Clipboard management functions
List of functions for managing the clipboard...
RESTSend (Function)
Sends a REST request and waits for the server response.