ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Managing assertions
...The main available features are as follows:...
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
HPriorityClient (Function)
Modifies the priority of a client application.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
TelemetryAddMeasure (Function)
Adds a measure for a value or time sensor.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
LooperAdd (Function)
Adds a row at the end of a Looper control.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
LooperAddLine (Function)
Adds a row at the end of a Looper control.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
SocketClose (Function)
Closes a socket or a connection to a server socket.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...