ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
<TreeView>.Insert (Function)
Inserts a leaf into a TreeView control at a specific position.
<Connection variable>.InfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
<Connection variable>.InfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.DeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
Handling menu options programmatically
The menu options can be handled......