|
|
|
|
|
<Looper>.Expand (Function) In french: <Zone répétée>.Déroule Expands a break in the Looper control on a given row. // Click the [4 stars] Button control nRow4Star is int nRow4Star = LOOP_HOTEL.Search(ATT_NBSTARS, 4) LOOP_HOTEL.Expand(nRow4Star)
Syntax
<Looper control>.Expands([<Row> [, <Break name>]])
<Looper control>: Control name Name of the Looper control to be used. <Row>: Optional integer Number of the row to expand. If this parameter is not specified, the current row is expanded. <Break name>: Optional character string Name of the break to be expanded. This parameter must be specified in case of nested breaks. It is used to define the break that will be expanded.
If this parameter is not specified, the break above the current row will be expanded (even if there are several levels of breaks). Remarks Use conditions <Looper>.Expand can be used on: - a Looper control based on a data file,
- a Looper control populated programmatically.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|