ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
<Spreadsheet>.SelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
<Spreadsheet>.SelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
<Window>.WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
<Spreadsheet>.AddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
<Spreadsheet>.Seek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
<Page>.OpenChild (Function)
Opens a non-modal child window.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
OpenSister (Function)
Opens a non-modal sibling window.
OpenChild (Function)
Opens a non-modal child window.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
<Spreadsheet>.InsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
5. User Groupware in practice
Designing a supercontrol
A supercontrol is an advanced type of control......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
14. PHP generation in practice