ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
I'm a Project Manager: How do I manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
Shared information
The information entered when creating the files and the items is shared throughout the environment......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
PopupAnimate (Function)
Displays a popup in a page cell.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Manipulating Toolbar controls programmatically
WINDEV allows you to programmatically manipulate Toolbar controls......