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).
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
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.
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......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
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....
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<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.
SpreadsheetAddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
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
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
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.