ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with 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).
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......
iDestination (Function)
Configures the print destination.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
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......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Translating a text file with WDTRAD
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
The different types of integers
HTMLToRGB (Function)
Converts the HTML color into RGB color.
SysNation (Function)
Returns the nation currently used by the system.
eCurrencyName (Function)
Returns the caption of a currency.
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.