ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
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).
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
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.
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
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.
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).
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a table. define whether the GDPR should apply to an item (in the item description in the code only)....
<Connection variable>.ListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server tables for a connection....
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL tables.
Link Description (Variable type)
A Link Description variable is used to describe a link between two tables programmatically.
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server tables for a connection....
HBuildKeyValueANSI (Function)
Whatever the platform used, the data stored in HFSQL tables is in ANSI format.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
The "Database schema" pane
The "Database schema" pane shows......
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a data-bound Table control.
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
Extension (Property)
The Extension property is used to: get the extension of a table defined in the data model editor or programmatically. define the extension of a file (when the file is described through programming only)....
Summary table: Managing the application directories according to the platform
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL tables.
<Connection variable>.DeleteFile (Function)
Deletes HFSQL tables (.fic, .ndx, .ftx, .sdx and .mmo files, if any) from the server.
HListConnectedUser (Function)
Lists users currently connected to one or more tables handled by a Client/Server connection....
<Connection variable>.Backup (Function)
Backs up the contents of an HFSQL server: all server databases, one or more databases, one or more tables.
HFlush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.