BBjDropTargetDropEvent::getDropLocation
Description
In BBj 7.0 and later, this method returns the point at which the data was dropped within the drop target.
Syntax
| Return Value | Method | 
| getDropLocation() | 
Parameters
None.
Return Value
Returns the point at which the data was dropped within the drop target:
| Drop Target | Drop Location | 
| Two Integers: The zero-based paragraph number and offset within the paragraph. | |
| One Integer: The zero-based offset. | |
| One Integer: The zero-based row number. | |
| One Integer: Node ID. | |
| Two Integers: Row and column. | 
Remarks
None.
Example
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.