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).
8. Windows in practice
Discover the main actions that can be performed on the windows....
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Creating a query
Two methods can be used to create a query......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
Screen,First (External language)
Indicates the name of the first editable control or the name of the next control that must be in edit.
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Events associated with List Box controls
List of events associated with List Box controls...
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Feedback component
The Feedback component is a component provided with WINDEV......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Typing multilingual texts
For a multilingual application, you have the ability to......
Sub-query
A sub-query is a query whose result is used by another query......