FormTable.ValueChoice

Syntax:

ValueChoice(<Value>, <StandardProcessing>)

Parameters:

<Value>

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

<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:

Called when selecting a value from a table in the choice mode.

    

1C:Enterprise Developer's Community