ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
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.
The Spreadsheet control
Spreadsheets are one of the most used office tools......
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......
Managing semaphores in threads: limiting the concurrent execution of lines of code
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
SpreadsheetAddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
PDF file functions (prefix syntax)
PDF file functions...
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......