ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
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.
PicRotation (Function)
Rotates a WDPic image.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
<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.
ThreadRequestStop (Function)
Sends a stop request to a thread.
<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.
<Notification>.Remove (Function)
Removes a previously sent interactive notification.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
CallDLL32 (Function)
Runs a function found in an external DLL.
Detailed use of WINDEV FTP/RPC
API (Function)
Runs a function found in an external DLL.
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found on the Android device.
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.