ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
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......
On/Off button in a window
The on/off button is a button that operates like a check box......
gpwListOAuthParameters (Function)
Retrieves the list of OAuth parameters defined for the User Groupware, i.e. the list of providers (Google, Facebook, etc.) to which it is possible to connect via the User Groupware. These parameters are defined via the User Groupware administration site.
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 table 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)....
Camera functions
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....
VideoGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
The Clickable Image control
The Clickable Image control can be used to......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
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)....
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
Constants for managing the windows
List of constants used by the functions for managing the windows...
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......