WR GET DROP INFO
version 2004
WR GET DROP INFO (area; frame; cursor)
Parameter | Type | Description | |
area | Longint | 4D Write area | |
frame | Longint | Part of document | |
cursor | Longint | Position 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