ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
LooperInsertLine (Function)
Inserts a row into a Looper control.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
SysSerialNum (Function)
Returns the IMEI number of the current device.
AIDetect (Function)
Detects different elements in an image: object, faces, etc, ... This detection is achieved through artificial intelligence (AI).
Programming overview in C and C++
emailSMTPSession (Variable type)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
HCross (Function)
Crosses a record in a table.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
ThreadState (Function)
Returns the current status of a thread.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HSL (Function)
Creates a color from its hue, saturation and lightness.