ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Sharing the context menus in the project
In most cases, several context menus are included in your applications......
Events associated with ListView controls
List of events associated with ListView controls...
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
Constants for managing certificates
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....
OpenChild (Function)
Opens a non-modal child window.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
iPrintReport (Function)
Prints a report created with the report editor.
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Phone constants (Android / iOS)
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Creating a select query
A select query (corresponding SQL statement......