GetDNDRow method: Field class

Syntax

GetDNDRow()

Description

Use the GetDNDRow method to return the row from which the drag started—that is, the source row.

Important:

Use this method within fluid applications only.

Parameters

None.

Returns

A Row object.

Example

Local Row &dragRow = GetDNDRow();
Local integer &fromRowNum = &dragRow.RowNumber;