ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<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.
HNoModif (Function)
Forbids all the modifications on a table (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.
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes...
<Source>.NoModif (Function)
Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy).
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed...
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items...
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns...
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file...
CurrentWorksheet (Property)
The CurrentWorksheet property is used to get and change the current worksheet in a Spreadsheet...
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window...
ModificationDurationAPT (Property)
The ModificationDurationAPT property is used to determine and specify if the user can modify...
Select query description window: Items used