ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages...
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
<Word Processing>.Select (Function)
Selects a fragment in a Word Processing control.
<Pivot table>.InfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
ScanList (Function)
Lists the scanners connected to the current computer.
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
StringFormat (Function)
Formats a character string according to the selected options.
<PDF reader>.GoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
Constants for SMS functions
List of constants used by the SMS functions....
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.