TableBox.BeforeAddRow

Syntax:

BeforeAddRow(<Cancel>, <Clone>)

Parameters:

<Cancel>

Type: Boolean.
Row addition cancellation flag. If you set this parameter to True value in the body of the handler procedure, a row will not be added.
Default value: False.

<Clone>

Type: Boolean.
Defines the copying mode. If True is set, row copying occurs.

Description:

Occurs before interactive row addition.

    

1C:Enterprise Developer's Community