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.
16. Java applications in practice
Java applications in practice...
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
NFCWriteTag (Function)
Starts writing data to an NFC tag.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
fSeek (Function)
Gets and sets current position in an external file.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
TelemetryEnable (Function)
Enables the telemetry manually.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
BackgroundImageState (Property)
The BackgroundImageState property allows you to get and change the number of drawings in the image associated with the background of a button.
NetworkUser (Function)
Identifies the name of the connected user.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
Installing a SOAP server with IIS
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....
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
TileDisplayBadge (Function)
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App application.
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.