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).
Cell control properties
List of properties associated with the Cell control...
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
Constants for managing Gantt charts
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
TreeView control functions
The following functions are used to manage TreeView controls:...
The Edit control
The Edit control allows users to enter data......
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Handling a control through programming in a report
All report controls can be handled through programming......
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
20. Control templates
Translating a text file with WDTRAD
Automatic calculations in a Table control (AAF)
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
Scheduler control functions
List of functions that can be used with a Scheduler control....
TreeMap control functions
The following functions are used to manage TreeMap controls:...
Organizer control functions
The following functions are used to manage the Organizer control:...
Designing a supercontrol
A supercontrol is an advanced type of control......