ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
iPrintBlock (Function)
Forces a report block to print.
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
<TreeView>.Insert (Function)
Inserts a leaf into a TreeView control at a specific position.
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
WinEdCreateNote (Function)
Creates a Repositionable Note control.
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
iDestination (Function)
Configures the print destination.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
Thread management functions
List of functions for managing threads...
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......