| |
<Table>.Add | 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).
|
| Adds a row at the top of an Infinite Table control. The row is inserted before the first row of the Table control. The scroll position of the Table control doesn't change. |
<Table>.AddColumn | Adds elements on the right of an Horizontal Table control. |
<Table>.AddInProgress | Changes or returns the visibility state of the internal wait window when additional elements are added to an infinite Table control. |
<Table>.AddLine | Adds a row in: - a Table control,
- a TreeView Table control.
|
<Table>.AddLineWithAnimation | Adds a row to a Table or TreeView Table control with an animation. |
<Table>.AddTitleHeader | Adds a column title-header into a Table or TreeView Table control in a window. |
<Table>.Adjust | Adjusts the title and size of columns found in a Table or TreeView Table control. |
<Table>.BreakIndex | Returns the index of the break header and footer for a given break in a Table control. |
<Table>.CellSelect | Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect. |
<Table>.CellSelectOccurrence | Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount. |
<Table>.CollapseExpand | Collapses or expands an element in a Table or TreeView Table control. |
<Table>.ColumnIndex | Returns the index of a column in a Table or Treeview Table control. |
<Table>.Count | 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.
|
<Table>.Delete | Deletes a row from: - a Table control,
- a TreeView Table control,
- a table displayed in a Combo Box control.
|
<Table>.DeleteAll | Deletes all rows from: - a Table control populated programmatically,
- a TreeView Table control populated programmatically,
- tables displayed in a Combo Box control.
|
<Table>.DeleteSelect | Deletes the selected rows from a Table or Treeview Table control. |
<Table>.DeleteWithAnimation | Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation. |
<Table>.DisableFilter | Disables a user filter on a column or on all the columns found in a Table or TreeView Table control. |
<Table>.Display | Refreshes a Table or TeeeView Table control from a given position:- for a control linked to a file: changes made in the linked data file are reflected in the control.
- for a control handled programmatically: the calculated columns are re-calculated.
|
<Table>.End | Stops the manual iteration of data file linked to a Table control based on a data file. |
<Table>.EndFilling | Ends the process to populate a Table or TreeView Table control programmatically. |
<Table>.EnumBreak | Enumerates the breaks found in a Table control. |
<Table>.EnumColumn | Returns the name of a column found in a Table or Treeview Table control. |
<Table>.FilteredColumn | Returns the list of columns filtered by the user in a Table or TreeView Table control. |
<Table>.FixColumn | Fixes a column to the left or frees a column fixed to the left. |
<Table>.FormulaAdd | Adds a calculated row to a Table control by providing custom calculation procedures. |
<Table>.FormulaDeleteAll | Deletes all rows added with <Table>.FormulaAdd. |
<Table>.fromJSON | Populates a Table or TreeView Table control with the contents of a JSON string or variable. |
<Table>.InfoXY | 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.
|
<Table>.InputInProgress | Indicates whether a Table or TreeView Table control is currently in edit. |
<Table>.InputSearch | Enables input in the search area in the column title of the Table or Treeview Table control. |
<Table>.Insert | Inserts a row into: - a Table control,
- a TreeView Table control,
- a table displayed in a Combo Box control.
|
<Table>.InsertColumn | Inserts elements in the format of columns into a horizontal Table control. |
<Table>.InsertLine | Inserts a row into: - a Table control,
- a TreeView Table control.
|
<Table>.InsertLineWithAnimation | Inserts a row into a Table control or into a TreeView Table control with an animation. |
<Table>.Modify | Modifies a row in: - a Table control,
- a TreeView Table control,
- a table displayed in a Combo Box control.
|
<Table>.ModifyColumn | Modifies a column in a horizontal Table control. |
<Table>.ModifyLine | Modifies a row in: - a Table control,
- a TreeView Table control.
|
<Table>.MoveColumn | Moves a column in a Table or TreeView Table control. |
<Table>.MoveLine | Moves a row or swaps two rows in a Table control. |
<Table>.Position | 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. |
<Table>.Print | Prints the content of the specified Table control without having to create a report based on the Table control. |
<Table>.RecNum | Returns the number of the current record in a Table control based on a data file. |
<Table>.RefreshVisible | Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control. |
<Table>.RestorePositionAndSelection | Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements. |
<Table>.Save | Updates or adds the record bound to the current row in the Table or TreeView Table control. |
<Table>.SavePositionAndSelection | Save: - the scrollbar position in a Table or TreeView Table control,
- the elements selected in the control.
|
<Table>.SearchEverywhere | Searches for a value in all the columns of the following controls: - Table control,
- TreeView Table control,
- Table control displayed in a Combo Box control.
|
<Table>.Select | Returns the index of the selected element in the Table or TreeView Table control. |
<Table>.SelectCount | Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls). |
<Table>.SelectMinus | Deselects a row from a Table or TreeView Table control. |
<Table>.SelectPlus | Selects a row in a Table or TreeView Table control. |
<Table>.SelectToFile | Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file. |
<Table>.SetFocus | Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column. |
<Table>.Sort | Sorts a Table or TreeView Table control on one or more columns (lexicographical sort). |
<Table>.SortedColumn | Returns the list of sorted columns found in a table. |
<Table>.StartFilling | Starts the process to populate a Table or TreeView Table control programmatically. |
<Table>.SwapLine | Swaps: - two rows in a Table control populated programmatically.
- two branches in a Treeview Table control populated programmatically.
|
<Table>.ToClipboard | Copies the content of a Table or TreeView Table control to the clipboard. |
<Table>.ToExcel | Creates an Excel file with the data from a Table or TreeView Table control. |
<Table>.ToJSON | Converts the contents of a Table or TreeView Table control to a JSON string. |
<Table>.ToText | Creates a character string from the data found in a Table or TreeView Table control. |
<Table>.ToWord | Creates a Word file (.RTF) from the data found in a Table or TreeView Table control. |
<Table>.ToXML | Creates an XML file from the data found in a Table or TreeView Table control. |