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).
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Constant
The constants are language elements whose value is fixed once and for all...
Drawing constants
List of constants used by the drawing functions....
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
ChangeTarget (Function)
Changes the target of a button action.
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Table
The "Table" keyword can correspond to...
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Check model
You can use check models to easily create checks...
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
gpwOpen (Function)
Opens the User Groupware login window or page.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....