ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TreeView data-bound Table control based on a table
A TreeView Table control can be linked to a table or a query......
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open a table in an OLE DB connection (only for tables defined programmatically).
HListItem (Function)
Returns the list of items: found in a table (a query or a view) known to the HFSQL engine. The tables defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Creating a table in a report
Tables can be created in a report......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
WDMap: Overview
WDMap is a tool used to view and handle a table while developing an application......
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
HTransaction (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
1
2
3
4
5
6
442
>