| |
<Table>.Add | Adds a row into: - a Table control,
- a TreeView Table control,
- a Combo Box control "with table" (Table control displayed in a Combo Box control).
|
<Table>.AddColumn | Adds elements on the right of an Horizontal Table control. |
<Table>.AddInProgress | Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control. |
<Table>.AddLine | Adds a row into: - a Table control,
- a TreeView Table control.
|
<Table>.AddLineWithAnimation | Adds a row into a Table control or into a TreeView Table control with an animation. |
<Table>.AddTitleHeader | Adds a title-header of columns into a Table control or into a TreeView Table control found in a window. |
<Table>.Adjust | Adjusts the title and size of columns found in a Table or TreeView Table control. |
<Table>.BreakSubscript | Returns the subscript 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. We recommend that you use TableSelect. |
<Table>.CellSelectOccurrence | Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. We recommend that you use TableSelectCount. |
<Table>.CollapseExpand | Collapses or expands an element in a Table or TreeView Table control. |
<Table>.ColumnSubscript | Returns the subscript of a column found 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 memory Table control,
- a memory TreeView Table control,
- a table 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>.Display | Refreshes the display of a Table or TeeeView Table control from a given position:- a Browsing Table control: the modifications performed in the linked data file are applied to the control.
- a memory Table control: the calculated columns are re-calculated.
|
<Table>.End | Stops the manual browse of data file linked to a browsing Table control. |
<Table>.EndFilling | Indicates the end of fill for a memory Table or TreeView Table control. |
<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 into a Table control by providing the procedures for custom calculations. |
<Table>.FormulaDeleteAll | Deletes all rows added with <Table>.FormulaAdd. |
<Table>.InfoXY | Returns for a given position in a Table or TreeView Table control (coordinates of a control point):- the name of column displayed for the specified position.
- the subscript of row or column for the specified position.
|
<Table>.InputInProgress | Indicates whether a Table or TreeView Table control is currently in edit. |
<Table>.InputSearch | Switches to input mode the search area found 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 an 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 subscript of 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>.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 | Modifies or adds the record associated with the current row in the browsing Table or browsing TreeView Table control. |
<Table>.SavePositionAndSelection | Save: - the scrollbar position in a Table or TreeView Table control,
- the elements selected in the control.
|
<Table>.Select | Returns the subscript of 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 multiselection 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 multiselection browsing Table control. |
<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 | Indicates the start of fill for a memory Table or TreeView Table control. |
<Table>.SwapLine | Swaps: - two rows in a memory Table control.
- two branches in a memory Treeview Table control.
|
TableDesactiveFiltre_objet | Disables a user filter on a column or on all the columns found in a Table or TreeView Table control. |
TableNumEnr_objet | Returns the number of the current record in a browsing Table control. |