ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Miscellaneous Windows constants
List of constants used by the Windows functions....
On/Off button in a window
The on/off button is a button that operates like a check box......
WEBDEV license agreement
WEBDEV license agreement...
Constants for managing the windows
List of constants used by the functions for managing the windows...
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
The home page
The home page is the first page of your site......
Various WEBDEV constants
Various WEBDEV constants...
Binding a ListView control to an item
<Table>.InfoXY (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....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
LanguageToName (Function)
Returns the name of a language.
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
10. Page templates
WEBDEV 2024 Tutorial
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
<Window>.EdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....