ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
WDConver: Presentation
WDConver is a tool used to convert data to an HFSQL Classic table from a file......
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL tables.
HChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
<Source>.Security (Function)
Enables or disables the automatic security mechanism on one or more tables.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more tables.
<Source>.ChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
Crosstab report
The report editor allows you to create "Crosstab" reports......
ReplicEdit: database schema modifications taken into account
When modifying the database schema of a replicated application (add an item, a table, ......
<Table>.AddInProgress (Function)
Gets or sets the display mode of the internal loading window used when additional elements are loaded in an Infinite Table control.
Border (Property)
The Border property gets and sets the characteristics of the borders: for a report control or block. for a window control. for a cell of the Table control....
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.