ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
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......
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....
Programming custom calculations in Table controls
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
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.
<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.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
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.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Programming automatic calculations in the columns of a Table control
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.