ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
SysNumberScreen (Function)
Returns the number of screens currently connected to the current computer.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
SysListVideoCard (Function)
Returns the name of the video cards connected to the current computer.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Managing the users of an application installed in network
The management of users allows you to find out from the server......
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
NetClientMessageBox (Function)
Displays a dialog box on each client computer connected to the server. This function is kept for backward compatibility....
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
1
4
5
6
7
8
124
>