ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
15. Creating the executable in practice
Creating the executable in practice...
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
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......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Printing in PDF format: Special cases
Specific features of print in PDF format...
Record (Type of variable)
The Record type is used to save the values of a record.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Windows
The windows represent the main interface of a WINDEV application......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
AWP without UI
Bootstrap, Angular, React, Vue......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Using WDDIXIO
To translate the text used in your project:...
Data persistence
The data persistence is used to store the value typed by the user......