ComboBox.ChoiceProcessing

Syntax:

ChoiceProcessing(<ValueSelected>, <StandardProcessing>)

Parameters:

<ValueSelected>

Type: Arbitrary.
Selected value.

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

Description:

You can call it after you have chosen a value from the choice list but before you have placed the chosen value at control. You can cancel the choice in the event handler procedure.

    

1C:Enterprise Developer's Community