ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Zombie data files and items
During the life of an application, items live and die......
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Keep-alive on connection
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
2. Analysis in practice
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....