ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Word Processing>.Seek (Function)
Finds a character string in an entire Word Processing control.
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
<HTML editor>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
WBAdminListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
<Word Processing>.ToPDF (Function)
Converts a Word Processing document into a PDF file.
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.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<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....
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.