|
- Use conditions
- Branch to expand
- Selection bar
- Runtime speed for the TreeView Table controls
TableExpand (Function) In french: TableDéroule Syntax
Table control with breaks: Expanding a break Hide the details
TableExpand(<Table control> [, <Row number> [, <Name of break>]])
<Table control>: Control name Name of Table control to use. This control must have one or more breaks. Otherwise, this function has no effect. <Row number>: Optional integer Number of the row whose break will be expanded. This number must correspond either to the number of the current row, or to the number of the first row of the break to expand. If this parameter is not specified, the break of current row is collapsed. <Name of break>: Optional character string Name of break to expand. This parameter must be specified in case of nested breaks. It is used to define the break that will be expanded. By default, no break is expanded if the breaks are nested. Versions 22 and later New in version 22Remarks Branch to expand TableExpand has no effect: | | TreeView Table control | Table control with breaks | - if the branch to collapse is not found.
- if the branch to collapse is a leaf.
- if the branch to collapse is already collapsed.
| - if the Table control contains no break.
- if the Table control contains several breaks and if the break to expand is not specified.
- if no row is selected in the Table control and if <Row number> is not specified.
| Remarks for the TreeView Table controls: - If <Row number> or <Branch name> corresponds to the branch contained in the first row, the entire hierarchy of the TreeView Table control is expanded (equivalent to TableExpandAll).
Versions 19 and laterDuring the call to TableExpand, if the specified branch includes a procedure associated by ..AddChildDelayed, this procedure will be run. New in version 19During the call to TableExpand, if the specified branch includes a procedure associated by ..AddChildDelayed, this procedure will be run. During the call to TableExpand, if the specified branch includes a procedure associated by ..AddChildDelayed, this procedure will be run.
Selection bar TableExpand does not modify the position of the selection bar. Runtime speed for the TreeView Table controls The runtime speed of syntax 1 is faster than the runtime speed of syntax 2. Business / UI classification : UI Code
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |