ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
User Groupware files
Two categories of data files are managed......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Certificate functions
The following functions are used to handle the certificates:...
The Check Box control
A Check Box can correspond to......
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Python functions
The Python functions are as follows......
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
StreamReject (Function)
Refuses a request for stream connection.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.