ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
PrivateKeyPassword (Property)
The PrivateKeyPassword property sets the key file password (for a private key connection).
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
<Connection variable>.ListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
DDEConnect (Function)
Establishes a DDE connection between the current program and the recipient according to a given topic.
BTChangeConnectivity (Function)
Used to configure a Bluetooth radio to accept (or not) the requests for connection coming from the devices.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
<mongoDatabase variable>.CreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
<Connection variable>.AddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
<Connection variable>.ListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
1
5
6
7
8
9
78
>