GetDNDTargetRow method: Field class

Syntax

GetDNDTargetRow()

Description

Use the GetDNDTargetRow method to return the row on which the drop occurred—that is, the target row.

Important:

Use this method within fluid applications only.

Parameters

None.

Returns

A Row object.

Example

Local Row &toRow = GetDNDTargetRow();
Local integer &toRowNum = &toRow.RowNumber;