GetDNDTargetField method: Field class
Syntax
GetDNDTargetField()
Description
Use the GetDNDTargetField method to return the field on which the drop occurred—that is, the target field.
Important:
Use this method within fluid applications only.
Parameters
None.
Returns
A Field object.
Example
Local Field &field2 = GetDNDTargetField();