ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Step 1: Configuring the print parameters
This step allows you to choose......
Drop-down button
The drop-down button expands: a context menu. a popup window....
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Binding a Check Box control to an item
Arithmetic operators
The arithmetic operators are......
Web Camera control events
The following events appear by default in the WEBDEV code editor:
Check Box control functions
The following functions are used to manage the Check Box controls......
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
Events associated with a Signature control
The following processes are associated with a Signature control:...
Action Bar control functions
The following functions are used to manage the Action Bar control......
Events associated with a Layout control
Image control: the supported formats
The supported image formats are as follows:...
Events associated with a Switch control
Remote control: Some examples of configuration
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
Slider control properties (in a window)
List of properties associated with the Slider control found in a window...
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Page Header block
The Page header block is printed on each new page......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......