|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Automatically updates the controls of a page with:
the values of the bound items in the current... |
|
|
|
|
|
|
Makes a day visible or invisible in an Organizer control. |
|
|
|
|
|
|
Used to indicate the specific working hours per day in an Organizer control. |
|
|
|
|
|
|
Refreshes a Table or TeeeView Table control from a given position:
for a control linked... |
|
|
|
|
|
|
Adds a row in:
a Table control,
a TreeView Table control,
a Combo Box control "with table"... |
|
|
|
|
|
|
Adds elements on the right of an Horizontal Table control. |
|
|
|
|
|
|
Adds a row to a Table or TreeView Table control with an animation. |
|
|
|
|
|
|
Returns the list of columns filtered by the user in a Table or TreeView Table control. |
|
|
|
|
|
|
Returns the list of sorted columns found in a table. |
|
|
|
|
|
|
Starts the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
Adjusts the title and size of columns found in a Table or TreeView Table control. |
|
|
|
|
|
|
Moves a column in a Table or TreeView Table control. |
|
|
|
|
|
|
Expands:
a branch that was previously collapsed in a TreeView Table control.
a branch... |
|
|
|
|
|
|
Expands:
the entire hierarchy (all nodes) of a TreeView Table control.
all breaks of a Table... |
|
|
|
|
|
|
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit... |
|
|
|
|
|
|
Moves a row or swaps two rows in a Table control. |
|
|
|
|
|
|
Swaps:
two rows in a Table control populated programmatically.
two branches in a Treeview... |
|
|
|
|
|
|
Disables a user filter on a column or on all the columns found in a Table or TreeView Table... |
|
|
|
|
|
|
Adds a column title-header into a Table or TreeView Table control in a window. |
|
|
|
|
|
|
Updates or adds the record bound to the current row in the Table or TreeView Table control. |
|
|
|
|
|
|
Ends the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
Collapses:
a branch that was previously expanded in a TreeView Table control.
a break... |
|
|
|
|
|
|
Collapses:
the entire hierarchy (all nodes) of a TreeView Table control.
all breaks... |
|
|
|
|
|
|
Returns the name of a column found in a Table or Treeview Table control. |
|
|
|
|
|
|
Fixes a column to the left or frees a column fixed to the left. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|