ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
AppInstallUPD (Function)
Triggers the automatic update of current application.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
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.
NumberInWords (Function)
Converts a number to words.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
HTTPAddFile (Function)
Adds a file to the HTTP form.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Constants for manging the replication
List of constants used by the functions for managing the replication....
grColor (Function)
Returns and initializes the color of different chart elements.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
MyReport (Reserved word)
MyReport is used to handle the current report...
Calling a procedure/a function
Syntax for calling a local or global procedure.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.