ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
Service variable
The Service variable is used to......
Color palettes (WEBDEV site)
The color palettes are an easy way to customize the visual aspect of a site......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Sound (Function)
Plays a sound in WAV format.
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
fLock (Function)
Entirely or partially locks an external file.
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....