ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
<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..
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
EndProgram (Function)
Ends the execution of the current program.
Managing assertions
...The main available features are as follows:...
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
HIndex (Function)
Rebuilds the file index (".NDX" file).
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
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....
Translating a text file with WDTRAD
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Warning (Function)
Displays a custom message in a system warning window.
Recompiling the project
The project compilation is a process used to......
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
NextTitle (Function)
Modifies the title of next window to open.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.