ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
zipCreate (Function)
Creates an archive.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Data persistence
The data persistence is used to store the value typed by the user......
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.
ReplicAdmin: Overview
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
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.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
HTTPCreateForm (Function)
Creates an HTTP form.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
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.