ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
The OLE control
The OLE control is used to handle an OLE object......
Events associated with ListView controls
List of events associated with ListView controls...
Events associated with Edit controls
WLanguage events associated with Edit controls...
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Events associated with Tab controls
List of events associated with Tab controls...
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
ERR_DISCONNECTED_BY_ADMIN
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min