ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
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.
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Managing assertions
...The main available features are as follows:...
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.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.