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).
Managing main window menus
A main menu is necessarily associated with a window......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Image editor: Features
The image editor includes several features......
<WDPic variable>.MergeLayer (Function)
Merges the layers of a WDPic image.
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
ERR_BUTTON_EXPECTED
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
PicMergeLayer (Function)
Merges the layers of a WDPic image.
Handling the report blocks through programming
Each report block is associated with different events......
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
Properties associated with the chart series
List of properties associated with the chart series...
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Magnetic mouse: automatically moving the cursor on the default button
The mouse cursor can be automatically positioned on the default button when the window is opened......
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....
On/Off button in a window
The on/off button is a button that operates like a check box......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Report blocks
A printed report includes several sections......
Events associated with internal windows
List of events associated with internal windows...
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
Handling a TreeMap through programming (prefix syntax)
WINDEV allows you manipulate a TreeMap control through programming....
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......