ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
<modbusSession>.ReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
<modbusSession>.WriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
diagConnectionPoint (Type of variable)
The diagConnectionPoint type is used to define all the advanced characteristics of a connection point (i.e. point around a shape that a connector snaps to) in a Diagram Editor control.
Constants for managing emails
List of constants used by the functions for managing emails....
<modbusSession>.WriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
Composite keys
A composite key is a key item containing several other items......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
FaxConnect (Function)
Establishes a connection to a fax server.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.