ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
QuickActionRemoveAll (Function)
Removes all the quick actions defined for the application. Quick actions pinned to the home screen will be disabled, but not removed.
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
Service management functions
List of functions for managing services...
Java functions
List of Java functions...
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
<Source>.InitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
JSInterruptEvent (Function)
Interrupts the process of current event.
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
Google Analytics functions
<Thread>.RequestStop (Function)
Sends a stop request to a thread.
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
Installing a SOAP server with Netscape iPlanet 4.1
BCToImage (Function)
Generates the image of a bar code.
HRSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
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.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.