ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<Notification>.Remove (Function)
Removes a previously sent interactive notification.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
PicRotation (Function)
Rotates a WDPic image.
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
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.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
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.