GetDNDRowset method: Field class
Syntax
GetDNDRowset()
Description
Use the GetDNDRowset method to return the rowset from which the drag started—that is, the source rowset.
Important:
Use this method within fluid applications only.
Parameters
None.
Returns
A Rowset object.
Example
Local Rowset &rs = GetDNDRowset();