FormTable.BeforeDeleteRow

Syntax:

BeforeDeleteRow(<Cancel>)

Parameters:

<Cancel>

Type: Boolean.
Indicates that object writing is cancelled. If you set this parameter to True in the body of the handler procedure, the object will not be written.
Default value: False.

Description:

Called before deleting a row or a group of rows.

Note:

In the handler of this event, you cannot use form server methods with the compiler directive &AtServer.

    

1C:Enterprise Developer's Community