ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
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.
Recompiling the project
The project compilation is a process used to......
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
Constants for managing the windows
List of constants used by the functions for managing the windows...
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.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
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, ...).
Factorial (Function)
Returns the factorial of an integer number.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
XMLSave (Function)
Saves an XML document in a file.
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.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
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).