TableBox.Expanded

Syntax:

Expanded(<Row>)

Parameters:

<Row> (required)

Table box row. The type of table box row value is defined in descriptions of table box extensions for corresponding objects.

Returned value:

Type: Boolean.
True - node is expanded; False - otherwise.

Description:

Determines whether the tree node is expanded in the specified row.

Availability:

Thick client.

Note:

Used if the values tree or catalog list in tree form are linked to the table box.

Example:

UnfoldedNode = Controls.TableBox.Expanded(Row);

    

1C:Enterprise Developer's Community