ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
AIDetect (Function)
Detects different elements in an image: object, faces, etc, ... This detection is achieved through artificial intelligence (AI).
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
CookieDelete (Function)
Deletes a cookie on the user's computer....
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
AppleTrackingAuthorizationStatus (Function)
Determines if the app has been allowed to track activity based on user data (iOS only).
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
HTMLFindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node).
HTMLFindElementByID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document (or in an HTML node).
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
HTMLEditorSearch (Function)
Searches for a string in an HTML Editor control.
SpeechSynthesisListVoices (Function)
Returns the list of voices available on the device for the speech synthesis engine.
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
ModbusConnectTCP (Function)
Connects a client to a Modbus server via transmission control protocol (TCP).
ModbusDisconnect (Function)
Closes the Modbus session.
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.