ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Limitations of WINDEV, WEBDEV and WINDEV Mobile
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
The Flexbox control
Flexbox is a standard layout system for web pages......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Break management functions
The following functions are used to manage loopers in the Table controls and the Looper controls:...
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
Control template
A control template is a set of controls that can be re-used in several windows or pages......
10. Embedded queries
Creating an executable: General options
The main executable options are as follows......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
10. Embedded queries
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
Window controls
Several types of controls can be used in a window, ......
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......