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...
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
Constants for managing animations
List of constants used by the functions for managing the animations...
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
LDAPRenameAttribute (Function)
Renames an attribute.
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
Events associated with Table controls
List of events associated with Table controls...
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......