ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
Complete (Function)
Returns a character string of a specified length.
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
SaaSAdminDeleteService (Function)
Deletes a SaaS service.
<Thread>.RequestStop (Function)
Sends a stop request to a thread.
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
BCToImage (Function)
Generates the image of a bar code.
HFSQL properties associated with the queries and views
List of HFSQL properties associated with the queries and views...
HRSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
MQTTSubscribe (Function)
Used to subscribe to a MQTT notification.
MQTTUnsubscribe (Function)
Used to unsubscribe from a MQTT notification.
MQTTUnsubscribeAll (Function)
Allows you to unsubscribe from all the existing subscriptions.
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>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<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.
BTLEConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
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.