ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ERR_FORBIDDEN_UPDATE
Constants for managing Map controls...
LanguageToName (Function)
Returns the name of a language.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
On/Off button in a window
The on/off button is a button that operates like a check box......
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Miscellaneous Windows constants
List of constants used by the Windows functions....
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Binding a ListView control to an item
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
Constants for managing the windows
List of constants used by the functions for managing the windows...
WEBDEV license agreement
WEBDEV license agreement...
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......