ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
WinEdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
<Spreadsheet>.AddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
Environment of the data model editor
Environment of the project editor
The main elements of the project editor are as follows:
General environment of WINDEV
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
SpreadsheetAddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
The Spreadsheet control
Spreadsheets are one of the most used office tools......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
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).
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).
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
Environment of code editor
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
WEBDEV concepts