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