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.
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Linking a data-bound Table control to a table or query
A Table control can be used to display the content of a table or query......
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
TreeView data-bound Table control based on a table
A TreeView Table control can be linked to a table or a query......
grDeleteSeries (Function)
Deletes a data series from a chart.
Passing parameters
The parameters can be passed to a procedure......
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
HChangeConnection (Example)
Usage example of the HChangeConnection function
Report controls
Several types of controls can be handled in a report created by the report editor......
HConnect (Example)
Usage example of the HConnect function
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
The Item control
The "Item" control is used to edit the content of an item found in a data file......
PageToSource (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Crosstab report
The report editor allows you to create "Crosstab" reports......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Scheduler report
The report editor allows you to create "Scheduler" reports....
File Description (Variable type)
The File Description variable is used to programmatically describe tables.