ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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>.EdSelectPlus (Function)
Selects a control 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).
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
<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).
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
2. Projects in practice
Discover the main operations that can be performed on a project....
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
MutexEnd (Function)
Signals that the thread frees the mutex.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
Age
The Age keyword can correspond to...
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
The Spin control
A Spin control is used to increase or reduce a value found in a control......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....