ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
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.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
<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.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
StringFormat (Function)
Formats a character string according to the selected options.
AIDetectContour (Function)
Detects the contours of the shapes in an image.
<PDF reader>.GoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
GPSGetPosition (Function)
Retrieves information about the current device position.
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.
<modbusSession>.WriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.