ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Table>.AddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
16. Application test in practice
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Creating a table in a report
Tables can be created in a report......
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control 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....