ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
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.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from 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).
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
iDestination (Function)
Configures the print destination.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server......
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......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
Translating a text file with WDTRAD