ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.InputInProgress (Function)
Indicates whether or not a Table or TreeView Table control is in edit mode.
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
HInfoLock (Function)
Returns information about the lock set on a table, on one or all the records in a table.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Source>.InfoLock (Function)
Returns information about the lock set on a table, on one or all the records in a table.
<Table>.ToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableInputInProgress (Function)
Indicates whether or not a Table or TreeView Table control is in edit mode.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
TableToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Connection variable>.InfoLock (Function)
Returns information about the lock set on a table, on one or all the records in a table.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a table or populated programmatically). the number of the column currently in edit mode in the specified data-bound Table control (based on a table or populated programmatically)....
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......