ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HTTP constants
List of constants used by the HTTP functions....
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Oracle Native Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV database schema......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
How to create a menu?
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
IF statement
The conditional IF statement allows you to run an action according to a condition...
Animation (Property)
The Animation property animates an image.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
iInitReportVerso (Function)
Initializes the parameters of a report to be printed on the verso side of another report.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
HDescribeFile (Function)
Describes a table programmatically.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
Handling a control through programming in a report
All report controls can be handled through programming......