Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== DRAGPOS Property ====== ==== Applies To ==== Drag Source controls. ==== Description ==== Contains the client coordinates of the mouse (i.e relative to the control’s client area) when the drag operation started. For use with Get_Property only. ==== Usage ==== dragPos = Get_Property(dragSource,"DRAGPOS") ==== Returns ==== An @fm-delimited array of the x position and y position. ^Value^Description^ |<1>|xPos| |<2>|yPos| ==== See Also ==== [[dragsource|DRAGSOURCE property]] ==== Example ==== <code> 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) </code> guides/programming/programmers_reference_manual/dragpos.txt Last modified: 2024/06/19 20:20by 127.0.0.1