ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
<websocketClient variable>.Send (Function)
Sends a message from the WebSocket server to the client.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
<Connection variable>.InfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
DDEExecute (Function)
Sends a command that will be run on the server.
HLogInfo (Function)
Adds comments to the log when saving the operation.
FTPCommand (Function)
Sends a specific FTP command to a server.
SocketClose (Function)
Closes a socket or a connection to a server socket.
<EmailOutlookSession variable>.GetAll (Function)
Retrieves all the emails found on an Outlook server.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
LDAPListChildren (Function)
Lists the children of an object in an LDAP server.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
HDropView (Function)
Removes a materialized view from the HFSQL server.
<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
<Connection variable>.DeleteDatabase (Function)
Deletes a database located on an HFSQL server.
CallDLL32 (Example)
Usage example of the CallDLL32 function
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
Creating a delete query
A delete query (corresponding SQL statement......