|
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Inserts a row into:
a Table control,
a TreeView Table control,
a table displayed in a Combo... |
|
|
|
|
|
|
Enumerates the breaks found in a Table control. |
|
|
|
|
|
|
Stops the manual iteration of data file linked to a Table control based on a data file. |
|
|
|
|
|
|
Inserts elements in the format of columns into a horizontal Table control. |
|
|
|
|
|
|
Deletes all rows from:
a Table control populated programmatically,
a TreeView Table control... |
|
|
|
|
|
|
Deletes a row from:
a Table control,
a TreeView Table control,
a table displayed in a Combo... |
|
|
|
|
|
|
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed... |
|
|
|
|
|
|
Positions on the data file record corresponding to a row selected in the multi-selection Table... |
|
|
|
|
|
|
Selects a row in a Table or TreeView Table control. |
|
|
|
|
|
|
Returns the number of selected elements in a Table or TreeView Table control (especially... |
|
|
|
|
|
|
Deselects a row from a Table or TreeView Table control. |
|
|
|
|
|
|
Returns the index of the selected element in the Table or TreeView Table control. |
|
|
|
|
|
|
Save:
the scrollbar position in a Table or TreeView Table control,
the elements selected... |
|
|
|
|
|
|
Indicates whether a Table or TreeView Table control is currently in edit. |
|
|
|
|
|
|
Restores the scrollbar position in a Table or TreeView Table control as well as the selected... |
|
|
|
|
|
|
Enables input in the search area in the column title of the Table or Treeview Table control. |
|
|
|
|
|
|
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort). |
|
|
|
|
|
|
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control. |
|
|
|
|
|
|
Displays a Table or TreeView Table control from a specified row or returns the index of the first... |
|
|
|
|
|
|
Returns:
the number of columns found in a Table or TreeView Table control.
the number of rows... |
|
|
|
|
|
|
Returns the number of the current record in a Table control based on a data file. |
|
|
|
|
|
|
Inserts a row into a Table control or into a TreeView Table control with an animation. |
|
|
|
|
|
|
Deletes all rows added with <Table>.FormulaAdd. |
|
|
|
|
|
|
Prints the content of the specified Table control without having to create a report based... |
|
|
|
|
|
|
Returns the index of a column in a Table or Treeview Table control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|