ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, database schema, ...
Link control properties
The Link control is available in a page and in a report......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Rating control properties
The Rating control can be used in a window as well as in a page....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
5. The following files are automatically created
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Environment of the window editor
The main elements of window editor are as follows:
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.