ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
Example for creating a select query
This help page explains how to create two select queries......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
SourceToScreen (Function)
Automatically updates the controls in a window or 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....
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
3. Application development cycle
Development cycle of a WINDEV application....
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
12. Retrieving data from a site
10. Customizing the aspect of a site: skin elements
1. Managing emails
WINDEV includes multiple methods to manage emails...
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Using the query result
The result of a select query can be used in......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......