ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StreamInfo (Function)
Returns the name and/or number of the stream issuer....
<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.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Installing a SOAP server with Netscape iPlanet 4.1
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
GanttAddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
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.
<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.
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.