ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
<Table>.AddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
HLockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Source>.LockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
HExportXML (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file.
<Source>.ExportXML (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file.
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: know how to refresh a data-bound Table control linked to an HFSQL Client/Server table. specify the refresh mode of a Table control bound to an HFSQL Client/Server table....
WDModFic: Tool for automatic modification of tables
WDModFic is a tool for automated modification of tables on development and end-user workstations......
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.