ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Report controls
Several types of controls can be handled in a report created by the report editor......
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
<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.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
<Spreadsheet>.AddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
WinEdCreateNote (Function)
Creates a Repositionable Note control.
Image control in a page
SpreadsheetAddImage (Function)
Adds an image into the current worksheet of a Spreadsheet 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......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Thread management functions
List of functions for managing threads...
iPreview (Function)
Configures the print destination.
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......
The Looper control
A Looper control is used to repeat the controls found in a specific area......