ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
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......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Animating a Static control
Two methods can be used to animate a Static control......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Local procedure
Two types of procedures are available......
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Drawing constants
List of constants used by the drawing functions....
Custom tooltips
Tooltips are very useful for application users......
Edit options of a report
The report editor allows you to......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Handling Gantt Chart controls programmatically