ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListGroup (Function)
Returns the list of groups of users defined for a connection.
DomoOpen (Function)
Used to establish a connection with a X10 interface.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<Connection variable>.DeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
SaaSAdminClientConnection (Function)
Returns the connection to the database of a client account for a SaaS site.
SaaSAdminConfigureCurrency (Function)
Configures the currency used in the connection reports of the SaaS system.
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
<Connection variable>.ModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Port (Property)
The Port property is used to identify and change a server connection port.
SaaSAdminSiteConnection (Function)
Returns the connection to the common database or to the reference database of the SaaS site.
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
Database (Property)
The Database property is used to get and modify the database associated with a connection.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
<Connection variable>.ModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
1
4
5
6
7
8
78
>