ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
HClusterStart (Function)
Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example).
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
fChangeExtension (Function)
Changes the extension of a file on disk.
WLanguage procedure called by SCPGetFile
WLanguage procedure ("callback") called by SCPGetFile when retrieving a file on a local computer using the Secure Copy Protocol (SCP).
NFC constants
List of constants used by the NFC functions...
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
Speech synthesis in the mobile applications
The phones can talk!......
EmailReadLast (Example)
Usage example of the EmailReadLast function
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Accessing a database via a web service
The database can be accessed via a web service......
SysIconDisplayTooltip (Function)
Displays a tooltip for an icon found in the taskbar.
BannerPrevious (Function)
Displays the previous plane of a Sliding Banner control.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
Input (Function)
Displays a message allowing the user to type an information.
SpreadsheetDeleteRow (Function)
Deletes a row from a Spreadsheet control.
iInitReportQuery (Example)
Usage example of the iInitReportQuery function