FormTable.Selection

Syntax:

Selection(<RowSelected>, <Field>, <StandardProcessing>)

Parameters:

<RowSelected>

Value of selected row. Value type depends on type of data, displayed in the table. Specific value types of selected row are defined in the descriptions of the table extesions.
Array of selected rows' values, if MultipleChoice = True.

<Field>

Type: FormField.
Active field (column).

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur. Canceling the standard processing does not cancel the action.
Default value: True.

Description:

Occurs when double-clicking (pressing the Enter key) on the table cell.

    

1C:Enterprise Developer's Community