ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Entity of a CDM
To group information according the MERISE method, entities must be created......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
HEX@ (Type of Variable)
Objet interne pour la gest ion de VisiteGuidée.Etape.Disque.
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
The Site Map control
The Site Map control allows the Web user to......
2. WEBDEV administrator in practice
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Value (Property)
The Value property is used to get and change the value of an element.
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....
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
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)....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Constants for managing videos
List of constants used by the functions for video management....
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......