ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
<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.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
MQTTUnsubscribeAll (Function)
Allows you to unsubscribe from all the existing subscriptions.
StreamInfo (Function)
Returns the name and/or number of the stream issuer....
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
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.
QuickActionPin (Function)
Generates a request to pin a quick action.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
Invalid input management functions
Invalid input management functions...
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.
<Window>.CurrentLayout (Function)
Returns the index of the current layout in the window or internal window.