ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Using a query with parameters
A query with parameters can be used......
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
2. Projects in practice
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
AppInstallUPD (Function)
Triggers the automatic update of current application.
AppInstallVersion (Function)
Installs a specific application version.
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
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......
Manager of automated tests
The test manager is used to......
Creating an executable: General options
The main executable options are as follows......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
Binding controls to data
A window or page can display information from......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
Associating documents with the project
To describe a project in detail, you can associate documents with it......
The "Commands" pane
The "Commands" pane lists......