ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements...
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup...
Setup mode
Several methods can be used to distribute a WINDEV application...
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication.
Configuring the setup program
Two tools can be used to create a setup program...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program.
Generating the setup program
The last wizard step for creating the setup program allows you to...
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
NbAnimationSteps (Property)
The NbAnimationSteps property is used to get and specify the number of drawings in the image that defines the animation of a custom infinite Progress Bar control.
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
Automatic error handling
Error handling can be customized for each process......
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
ThreadExecute (Function)
Starts the execution of a secondary thread.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HOnError (Function)
Customizes the management of HFSQL errors.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
EmailChangeStatus (Function)
Changes the status of an email on a messaging server.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.