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).
Functions for managing menus (prefix syntax)
List of functions for managing menus...
The "Find - Replace" pane
The "Find - Replace" pane is used to......
<Chart>.Tooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
Execute (Function)
Starts the execution of a process through programming.
SysIconDelete (Function)
Deletes an icon from the taskbar (next to the clock).
DnDAccept (Example)
Usage example of the DnDAccept function
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
Restoring a project backup
WINDEV, WEBDEV and WINDEV Mobile allow you to regularly save the different elements of your project in an archive file (ZIP extension)......
Menu management functions
List of functions for managing menus...
TableAddChild (Example)
Usage example of the TableAddChild function
RecycleBinDelete (Function)
Displays a confirmation message for deleting a file from the recycle bin.
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
StreamReject (Function)
Refuses a request for stream connection.
Space (External language)
Fills the content of WdString with space characters on the right.
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
dSaveImageGIF (Example)
Usage example of the dSaveImageGIF function
dSaveImageBMP (Example)
Usage example of the dSaveImageBMP function