ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
zipOpen (Function)
Opens an existing archive.
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
StringInsert (Function)
Inserts a string into another character string at a given position.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
SchedulerTimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
SysYRes (Function)
Returns the vertical screen resolution.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
DateToInteger (Function)
Converts a date to an integer.
zipListFile (Function)
Returns the list of files found in an archive.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
MatFloatAdd (Function)
Adds a value to each matrix element.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
Bluetooth functions
List of Bluetooth functions...
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Multiline strings
To type character strings over several lines in the code editor...