ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. HFSQL Classic
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
HManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
How to develop a PHP site?
What is a PHP site?......
HRSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
<Source>.UpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
<Connection variable>.ManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
<aiNeuralNetworkModel variable>.Detect (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......