GetDNDTargetRowset method: Field class

Syntax

GetDNDTargetRowset()

Description

Use the GetDNDTargetRowset method to return the rowset on which the drop occurred—that is, the target rowset.

Important:

Use this method within fluid applications only.

Parameters

None.

Returns

A Rowset value.

Example

Local Rowset &rs2 = GetDNDTargetRowset();