ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
<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.
TableEnumColumn (Function)
Returns the name of a column found in 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.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
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....