ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HChangeConnection (Example)
Usage example of the HChangeConnection function
<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.
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
HRegenerateFile (Function)
Regenerates a table from its log.
AnimationDuration (Property)
The AnimationDuration property gets and sets the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
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.
SQLFirst (Function)
Positions on the first row of the query result.
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
SQLConnect (Example)
Usage example of the SQLConnect function
Manager of automated tests
The test manager is used to......
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Operations performed on activity diagrams
The following paragraphs explain......
Author (Property)
The Author property gets and changes the author of an element.
HReadLast (Example)
Usage example of the HReadLast function