ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Constants for managing arrays
List of constants used by the functions for array management....
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Constants for managing windows
List of constants used by the functions for managing windows...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (available in the window, page and report editors) as well as multiple functions that can be used to create and manipulate charts......
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). of a WLanguage list....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). This function also gets the characteristics of the tooltip associated with each section of the chart. a custom tooltip, associated with a point....
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......