ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

7. HFSQL: Physical files
Checks the validity of an IdNr (personal identification number in Germany)....
IndentLineDetails (Property)
The IndentLineDetails property is used to get or change the value of the left indent of the internal window that shows the details of a row of a Table control.
AuthToken (Property)
The AuthToken keyword can correspond to: an AuthToken variable. a property of an httpRequest variable. a property of an emailIMAPSession variable. a property of an emailSMTPSession variable]....
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
2. Creating tables in the database schema
WINDEV Tutorial: Creating a WINDEV project and its database schema Lesson 2 - Creating tables in the database schema - 40 min
Database schema associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema......
PostgreSQL Native Connector: Programming with HFSQL functions
To use a PostgreSQL database with the Native Access Connector, you need to import the PostgreSQL table structure into the WINDEV or WEBDEV... database schema....
Key (Property)
The Key property is used to manipulate keys: in an xmlSignature variable. in a memcachedResult variable. in an xmlSignatureVerification variable....
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
<Connexion HFSQL>AsynchronousMemoCheck (Function)
Checks the structural integrity of memos in an HFSQL Client/Server table. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HCheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server table. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
<Connexion HFSQL>StatCalculAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server table. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HStatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server table. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Reports
A report provides a custom view of data......
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
Cumulated (Property)
The Cumulated property is used to determine if the value of a column or row in Pivot Table control corresponds to a total (total at the end of a row or column).
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.