ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
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...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Composite chart
A composite chart is a chart that displays several types of charts......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view or query......
Handling controls in a report
The different operations available for the report controls are as follows......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The user can then print the report directly from a button, a menu option, etc....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....