ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Factorial (Function)
Returns the factorial of an integer number.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
ServiceUninstall (Function)
Uninstalls a service.
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....
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
Constants for manging the replication
List of constants used by the functions for managing the replication....
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
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.
fSize (Function)
Returns the size of a file (in bytes).
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
MatExist (Function)
Checks the whether the matrix exists in memory.
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.
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.