ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
HaspHLLogout (Function)
Closes the connection of the application to a Hasp key.
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
StringToJSON (Function)
Converts a JSON string into a JSON variable.
<gglConnection variable>.ListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
DDEDisconnect (Function)
Deletes a connection between the current program and a recipient.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HListUser (Function)
Returns the list of users defined for a connection.
SocketConnect (Function)
Connects a client computer to a given socket.
SocketClose (Function)
Closes a socket or a connection to a server socket.
TextToXML (Function)
Converts an ANSI string to an XML string.
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
Global procedure/function
A global procedure can be used in all the processes or events of the project....