ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipDeleteFile (Function)
Deletes a file from an archive.
HOnError (Function)
Customizes the management of HFSQL errors.
Google Calendar management functions
List of functions for managing Google calendars...
Description (Property)
The Description property is used to get and change the page description.
iPreview (Function)
Configures the print destination.
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
HTTPCreateForm (Function)
Creates an HTTP form.
zipCreate (Function)
Creates an archive.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
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....
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
fSplit (Function)
Splits a file into several files.
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....
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.