ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Gantt chart>.DeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
<Gantt chart>.AddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteAll (Function)
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteTask (Function)
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
5. Which type of server to choose?
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
<Table>.DisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
Sorts in a report
The sort is used to organize the information displayed in the report......
<Table>.SavePositionAndSelection (Function)
Save: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
<Table>.RestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
AAF: Sort/Search/Filter on the columns of Table controls