ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
<Chart>.GetData (Function)
Retrieves a data from a chart.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
WindowIfNew (Property)
The WindowIfNew property gets and sets the name of the internal window to be opened if the end user opens a new tab in a Dynamic Tab control.
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
Error 17: OTHER CASE must be the last statement used in SWITCH
Using several libraries in an application
A library is a WDL file that contains all the resources......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
Error 11: The label is unknown
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Multi-product external components
Components are a remarkably useful tool for development teams......
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.