TableBox.ValueChoice

Syntax:

ValueChoice(<StandardProcessing>, <Value>)

Parameters:

<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.
Default value: True.

<Value>

Selected value or array of selected rows' values, if MultipleChoice = True.

Description:

Occurs by double-clicking (pressing the "Enter" key) on the table box cell, or by selecting the table box row using the "Choose value" command by clicking the button or command bar button.

Note:

When double-clicking (pressing Enter) a cell of a spreadsheet document this event follows Selection event. If in Selection event handler <StandardProcessing> parameter is set False value, ValueChoice event will not occur.

See also:

TableBox, event Selection

    

1C:Enterprise Developer's Community