ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSInterruptEvent (Function)
Interrupts the process of current event.
<Thread>.RequestStop (Function)
Sends a stop request to a thread.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Bar code constants
<Source>.InitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
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.
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....
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
Google Analytics functions
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
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.
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
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.