ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes...
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Assisted universal replication
To easily establish the universal replication between the data of a remote application...
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will...
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV...
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis...
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help...
9. Overlaying controls
Shared information
The information entered when creating the files and the items is shared throughout...
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Options of the window editor
To configure the general options of the window editor......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server...
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications...
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application...
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element...
The Carousel control
The Carousel control is used to display an animated menu made of images......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating...
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating...
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Creating help pages
A help system includes several pages......