BBjDropTargetDropEvent::getData

Description

In BBj 7.0 and later, this method returns the dragged data.

Syntax

Return Value

Method

HashMap

getData()

object

getData(string key)

Parameters

Variable

Description

key

A Mime type code. Common values include "text/plain" and "text/html".

Return Value

Returns the dragged data in the specified format, or !ERROR=11 if the requested key is not available.

Remarks

None.

Example

See Also

BBjAPI

BBj Object Syntax

BBj Drag and Drop

BBjDragSourceDropEvent

BBj Object Diagram for an illustration of the relationship between BBjObjects.