TableBox.OnStartEdit

Syntax:

OnStartEdit(<NewRow>, <Clone>)

Parameters:

<NewRow>

Type: Boolean.
A flag of editing a new row. Is set to the True value, if a row was added or copied.

<Clone>

Type: Boolean.
If this parameter has True value row is copied.

Description:

Occurs when editing a new or added row of a table box is begun. You can not cancel editing in the event handler procedure, but you can perform actions that are necessary when a new row is inputted, for example, setting start values.

Note:

Occurs when you edit directly in table box. Before this event the BeforeRowChange event occurs.

See also:

TableBox, event BeforeRowChange

    

1C:Enterprise Developer's Community