ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
fOpenTempFile (Function)
Creates and opens a temporary file.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
HChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
Address
The Address keyword can correspond to...
SIPVisible (Function)
Displays the keyboard.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.