Command WR GET DROP INFO

4D Write

WR GET DROP INFO

version 2004


WR GET DROP INFO (area; frame; cursor)

ParameterTypeDescription
areaLongint4D Write area
frameLongintPart of document
cursorLongintPosition in text

Description

The WR GET DROP INFO command returns information specifying the exact location where the dragged data were dropped. This command must be called within a wr on drop event.

The frame parameter returns the part of the document in which the data were dropped. You can compare the value received to the constants of the "WR Frames" theme.

The cursor parameter returns the location of the insertion cursor among the characters in area.

See Also

WR GET DROP TARGET, WR ON EVENT.