ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.CheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
HCheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
<Upload>.DeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
<gglConnection variable>.ListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
<Connection variable>.InfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
<Connection variable>.ListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
<Connection variable>.ModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
ERR_NOTADEVVERSION
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......