ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
HImportCSV (Function)
Imports a CSV file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
11. Table/Looper controls
11. Table/Looper controls
Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
HChangeName (Function)
Modifies the physical name of a table.
List Box control linked to a table or to a query
A List Box or Combo Box control can be used to display the content of a table or query, to allow a user to select a record, for example......
<Chart>.TitleFont (Function)
Modifies the font used for the chart title.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
grTitleFont (Function)
Modifies the font used for the chart title.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
Table,Add (External language)
Adds an element to a Table control.
Error 303: ambiguous control name
HImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....