ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to choose the data source of a control?
This help page presents the different data sources available for a control....
Source (Property)
The Source property gets and sets the source of an element.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
WEBDEV Application Server 2024
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
1
2
3
4
5
6
154
>