Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ValueDescription
<1>xPos
<2>yPos

See Also

DRAGSOURCE property

Example

 

Code Block
Declare function Get_Property
* retrieve the DRAGPOS property and display data in a message
 
dragSource = Get_Property("SYSTEM","DRAGSOURCE")
dragPos = Get_Property(dragSource,"DRAGPOS")
msgText = "xPos = ":dragPos<1>: "|yPos = ":dragPos<2>
msg(@window,msgText)