Form.NotifyChoice

Syntax:

NotifyChoice(<SelectionValue>)

Parameters:

<SelectionValue> (required)

Type: Arbitrary.
Selection results.

Description:

Sends alert to form's owner that the selection or collection has been executed, transmits the selected value to it. Closes form according to the CloseOnChoice property value. This action is similar to making a selection on a form that was opened to make a selection in an text box or a table box cell.

Availability:

Thick client.

Note:

Can be used when the selection or collection form has been opened using language.

Example:

NotifyChoice(CurrentRow);

See also:

Form, event ChoiceProcessing

    

1C:Enterprise Developer's Community