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.
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions...
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report...
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
Optional events
By default, the codes available in the code editor correspond to the most common codes......
HFSQL Client/Server: Configuring the data files on the server
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce...
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file...
Managing the styles
The help editor allows you to define styles of paragraphs......
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file...
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one...
DDE constants
List of constants used by the DDE functions...
Events associated with Scrollbar controls
List of WLanguage events associated with Scrollbar controls...
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item...
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.