ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
ThreadRequestStop (Function)
Sends a stop request to a thread.
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.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
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.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<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.
<Notification>.Remove (Function)
Removes a previously sent interactive notification.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
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.
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.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
<Word Processing>.Seek (Function)
Finds a character string in an entire Word Processing control.