ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.StartFilling (Function)
Starts 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.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.InputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
HInfoLock (Function)
Returns information about the lock set on a table, on one or all the records in a table.
TableEndFilling (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.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.