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.
Events associated with TreeView controls
List of events associated with TreeView controls...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Source (Property)
The Source property gets and sets the source of an element.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through table, Looper, List Box, ListView, and Combo Box controls, supercontrols, and reports based on tables. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on tables. Then, the iteration is reinitialized....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Creating the skin template of a report
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......