ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
1. Examples provided with WINDEV Mobile
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
8. Optimizing an application
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
4. HFSQL Classic
HFSQL Classic is the database format......
Specific features of the applications for iPhone/iPad
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Check: Log of a WEBDEV site
The monitoring robot will retrieve the log of the day for a WEBDEV application on the associated FTP server......
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
WINDEV: Example of programmed Drag and Drop
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......