ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Events associated with ListView controls
List of events associated with ListView controls...
The OLE control
The OLE control is used to handle an OLE object......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
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.
List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
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....
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
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...
ERR_DISCONNECTED_BY_ADMIN
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
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......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
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....
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
MultiWorksheet (Property)
The MultiWorksheet property is used to: Find out whether a Spreadsheet control manages several worksheets. Change the worksheet management mode of a Spreadsheet control....