ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
3-tier architecture
The development in "3-tier" architecture is now simplified......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Query editor
The query editor is used to automatically create queries on the data files......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Customizing the User Groupware
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......