ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Set of procedures
The global procedures are grouped in set of procedures...
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
Sharing elements with a WINDEV application
Defines the type of context menu displayed by a chart.
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
Code history
The code history is used to...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format...
TotalNbChildren (Property)
The TotalNbChildren property returns the total number of children in a branch: of a Treeview control, of a TreeView Table control....
BurnerSave (Example)
Usage example of the BurnerSave function
Help with new features: Informing users about new developments
Applications are constantly evolving......
Automatic management of exceptions
The management of exceptions can be customized by process......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
Handling a .NET 3.0, 4.0, ... field (WPF) by programming
WINDEV allows you to manipulate a .NET 3.0, 4.0, ... (WPF) field by programming......
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
Constants used by the functions for managing countries and continents
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Continent (Type of variable)
The Continent type is used to find out the characteristics of a continent.
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
TreeListItem (Example)
Usage example of the TreeListItem function