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).
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
11. Window templates
WINDEV Mobile allows you to create window templates....
List of extension attributes
The list of extension attributes ......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
16. Java applications in practice
Java applications in practice...
Font
The Font keyword can correspond to: a Font variable. the Font property....
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
MyParent (Reserved word)
MyParent is used to handle...
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
gClickableLink (Function)
Adds a clickable link in a graphic string.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
TimePicker (Function)
Opens the system time picker.
Global and local variable
Two types of variables are available......
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.