ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GanttAddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
TreeView data-bound Table control based on a table
A TreeView Table control can be linked to a table or a query......
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
GanttListLink (Function)
Lists the links found in a Gantt Chart column found in a Table (or TreeView Table) control.
CtAccess (Property)
The CtAccess property sets the type of access to the table when connecting to a specific table via OLE DB.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL table located on a server.
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....
<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.