ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to choose the data source of a control?
This help page presents the different data sources available for a control....
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
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.)....
Source (Property)
The Source property is used to get and change the source of an element.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
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......
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
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.
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
<Chart>.SourceSeries (Function)
Defines the source of a series.
grSourceSeries (Function)
Defines the source of a series.
11. Table/Looper controls
11. Table/Looper controls
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
TwainState (Function)
Returns the status of the current source.
grSourceCategoryLabel (Function)
Defines the source of the category labels.
<Chart>.SourceCategoryLabel (Function)
Defines the source of the category labels.
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
Data source (Example)
Usage example of the Data source type
VolumeModify (Function)
Modifies the setting of the volume for a sound source.
Service management functions
List of functions for managing services...
ControlToSource (Function)
Assigns the control value to the source of a control link.
VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.