ValueTable.ChooseRow

Syntax:

ChooseRow(<Title>, <InitialRow>)

Parameters:

<Title> (optional)

Type: String.
Dialog box header of choosing the row. You can use it as a user hint.

<InitialRow> (optional)

Type: ValueTableRow.
Specifies values table row where cursor will be placed by opening selection window.

Returned value:

Type: ValueTableRow; Undefined.
If the user cancels selection, the Undefined value is returned.

Description:

Opens modal dialog box for interactive values table row selection.

Availability:

Thick client.

Example:

Address = AddressesTable.ChooseRow("Select receiver");

    

1C:Enterprise Developer's Community