ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Maximize (Function)
Displays a WINDEV window in its maximum size.
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Restore (Function)
Displays a WINDEV window to its initial size.
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Error 1001: The operators: and:: can only be used in the methods of classes
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
11. Managing requirements
The Project Management Hub allows the project manager to manage a development project....
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
15. Repeating a group of controls: loopers