| |
TableAdd | Adds a row in: - a Table control,
- a TreeView Table control,
- a Combo Box control "with table" (Table control displayed in a Combo Box control).
|
TableAddChild | Adds a row into a TreeView Table control, at the end of a given hierarchy level. |
TableAddLine | Adds a row in: - a Table control,
- a TreeView Table control.
|
TableAdjust | Adjusts the title and size of columns found in a Table or TreeView Table control. |
TableChildCount | Returns the number of direct children for an element in a TreeView Table control. |
TableCollapse | Collapses:- a branch that was previously expanded in a TreeView Table control.
- a break that was previously expanded in a Table control.
- a detailed window displayed for a row.
|
TableCollapseAll | Collapses:- the entire hierarchy (all nodes) of a TreeView Table control.
- all breaks of a Table control.
|
TableColumnIndex | Returns the index of a column in a Table or Treeview Table control. |
TableCount | Returns: - the number of columns found in a Table or TreeView Table control.
- the number of rows found in a Table or TreeView Table control.
|
TableDelete | Deletes a row from: - a Table control,
- a TreeView Table control,
- a table displayed in a Combo Box control.
|
TableDeleteAll | Deletes all rows from: - a Table control populated programmatically,
- a TreeView Table control populated programmatically,
- tables displayed in a Combo Box control.
|
TableDeleteChild | Deletes all child rows from a branch of the hierarchy. |
TableDeleteSelect | Deletes the selected rows from a Table or Treeview Table control. |
TableDisplay | Refreshes a Table or TeeeView Table control from a given position:- for a field linked to a file: changes made to the linked data file are reflected in the field..
- for a programmatically manipulated field: calculated columns are re-calculated.
|
TableEnumColumn | Returns the name of a column found in a Table or Treeview Table control. |
TableExpandAll | Expands:- the entire hierarchy (all nodes) of a TreeView Table control.
- all breaks of a Table control.
|
TableFilteredColumn | Returns the list of columns filtered by the user in a Table or TreeView Table control. |
TableFixColumn | Fixes a column to the left or frees a column fixed to the left. |
TableGiveChild | Returns the "children" of an element (next level down) in a TreeView Table control. |
TableGiveParent | Returns the "parent" of an element (next level up) in a TreeView Table control. |
TableInfoXY | Returns for a given position in a Table or TreeView Table control (coordinates of a control point):- the name of the column displayed for the specified position.
- the index of the row or column for the specified position.
|
TableInputInProgress | Indicates whether or not a Table or TreeView Table control is in edit mode. |
TableInsert | Inserts a row into: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
TableInsertChild | Inserts a row into a TreeView Table control, in a given hierarchy level. |
TableInsertLine | Inserts a row into: - a Table control,
- a TreeView Table control.
|
TableItemStatus | Returns the state of a TreeView Table control node: rolled up, unrolled or non-existent.. |
TableListChild | Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control. |
TableModify | Modifies a row in: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
TableModifyLine | Modifies a row in: - a Table control,
- a TreeView Table control.
|
TableMoveBranch | Moves the content of a row as well as its entire descending tree structure in a TreeView Table control. |
TableMoveColumn | Moves a column in a Table or TreeView Table control. |
TablePosition | Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control. |
TableRefreshVisible | Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control. |
TableRestorePositionAndSelection | Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements. |
TableSavePositionAndSelection | Saves: - the scrollbar position in a Table or TreeView Table control,
- the elements selected in the control.
|
TableSearchChild | Searches for a value in a column of a TreeView Table control, in a specified branch. |
TableSelect | Returns the index of the selected element in the Table or TreeView Table control. |
TableSelectCount | Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls). |
TableSelectMinus | Deselects a row from a Table or TreeView Table control. |
TableSelectPlus | Selects a row in a Table or TreeView Table control. |
TableSortChild | Sorts a branch in a TreeView Table control on one or more columns. |
TableSwapBranch | Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control. |
TableSwapLine | Swaps: - two rows in a Table control populated programmatically.
- two branches in a Treeview Table control populated programmatically.
|
TableToClipboard | Copies the content of a Table or TreeView Table control to the clipboard. |
TableToExcel | Creates an Excel file with the data from a Table or TreeView Table control. |
TableToText | Creates a character string from the data found in a Table or TreeView Table control. |
TableToWord | Creates a Word file (.RTF) from the data found in a Table or TreeView Table control. |
TableToXML | Creates an XML file from the data found in a Table or TreeView Table control. |
TableTypeItem | Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists. |