ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
4. HFSQL Classic
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Background
The "Background" keyword can correspond to: the Background variable, the Background property of a docParagraph variable....
Animating a Static control
Two methods can be used to animate a Static control......
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
16. Application test in practice
Manager of automated tests
The test manager is used to......
11. Managing requirements
The Project Management Hub allows the project manager to manage a development project....
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
dBackground (Example)
Usage example of the dBackground function
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....
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.
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
xlsColumnType (Example)
Usage example of the xlsColumnType function
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
FileDisplay (Example)
Usage example of the FileDisplay function