DRAGCELLPOS Property

Drag Source edit table controls.

Contains the cell position of data begin dragged within an edit table.

dragCellPos = Get_Property(dragSource,"DRAGCELLPOS")

An @fm delimited array of Column and Row.

Declare function Get_Property

 

* retrieve the DRAGCELLPOS property and display the position in a message

 

dragSource = Get_Property("SYSTEM","DRAGSOURCE")

dragCellPos = Get_Property(dragSource,"DRAGCELLPOS")

 

mText = "The data being dragged is from column " :dragCellPos<1>

mText:= " and row " :dragCellPos<2>: " in the " :dragSource: " control"

msg(@window,msgText)
 
 
 
 
 
 
  • guides/programming/programmers_reference_manual/dragcellpos.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1