ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
<Source>.IndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
HIndex (Function)
Rebuilds the file index (".NDX" file).
EndProgram (Function)
Ends the execution of the current program.
Managing assertions
...The main available features are as follows:...
LanguageToName (Function)
Returns the name of a language.
Warning (Function)
Displays a custom message in a system warning window.
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
How to create a patch?
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....