ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Factorial (Function)
Returns the factorial of an integer number.
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
TableMode (Function)
TableMode is kept for backward compatibility.
Constants for managing the windows
List of constants used by the functions for managing the windows...
RulerValue (Property)
The RulerValue property is used to get or change the position of the playhead in a TimeLine control.
LogDirectory (Property)
The LogDirectory property is used to manage the directory of the log file described in the analysis.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fRemoveDir (Function)
Deletes a directory from a disk.
Min (Function)
Returns the lowest value.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
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.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
xlsNbRow (Function)
Returns the number of rows found in an XLS file.