FormTable.Drag

Syntax:

Drag(<DragParameters>, <StandardProcessing>, <Row>, <Field>)

Parameters:

<DragParameters>

Type: DragParameters.
Contains the value being dragged, type of action, and possible actions during drag.

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

<Row>

Contains the sequence number of the row or a reference to the current object.
If the table refers to FormDataCollection or FormDataTree, then parameter contains an identificator of row, over which the cursor is placed.
For the tables, referring to DynamicList, contains a reference to the current object of the table row.

<Field>

Field which the given table column below the object is linked to.

Description:

Occurs when you finish dragging that is a data receiver.

    

1C:Enterprise Developer's Community