ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
<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.
<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.
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
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.
EndDate (Property)
The EndDate property gets and sets the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
Import a list of requirements
The Project Management Hub allows you to import requirements......
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
ERR_NOTADEVVERSION
Binding a Combo Box control to an item
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
WINDEV: Example of programmed Drag and Drop
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min