ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ScanSelect (Function)
Opens a standard dialog box with the available scanners.
GPSGetPosition (Function)
Retrieves information about the current device position.
SSHWrite (Function)
Writes data into the specified SSH session.
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found on the Android device.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
<Word Processing>.Open (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
<Word Processing>.Seek (Function)
Finds a character string in an entire Word Processing control.
<Word Processing>.ToPDF (Function)
Converts a Word Processing document into a PDF file.
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
SSHDisconnectCommand (Function)
Enables you to stop an SSH session that was active, to allow multiple commands to be sent as a group. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
SSHConnectCommand (Function)
Keeps the SSH session active between several commands sent (via the SSHCommand function) to an SSH server. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
<Linestring2D variable>.AddPoint (Function)
Adds a new point to a 2D linestring.