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...
FTPCommand (Function)
Sends a specific FTP command to a server.
SocketClose (Function)
Closes a socket or a connection to a server socket.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
DDEExecute (Function)
Sends a command that will be run on the server.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
LDAPListChildren (Function)
Lists the children of an object in an LDAP server.
LDAPDisconnect (Function)
Used to disconnect from a specific LDAP server.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
HDropView (Function)
Removes a materialized view from the HFSQL server.
RedisSet (Function)
Changes the value of a key on a Redis server.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
<Connection variable>.DeleteDatabase (Function)
Deletes a database located on an HFSQL server.
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
Detailed use of WINDEV FTP/RPC
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
The requested action cannot been performed: the page was not synchronized
The single-part and multi-part archives
Two types of archives are available......
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....