DRAGSELROWS Property

Drag Source ListBox and Edittable controls.

Contains the row numbers of the data being dragged from a row-oriented control. Multiple rows are @fm-delimited.

dragSelRows = Get_Property(dragSource,"DRAGSELROWS")

The row numbers being dragged.

Note: The index for the rows being returned begins at 0.

Declare function Get_Property

 

* retrieve the DRAGPOS property and display data in a message

 

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

dragSelRows = Get_Property(dragSource,"DRAGSELROWS")

swap @fm with ',' in dragSelRows

msgText = "The rows ":dragSelRows:" were dragged from the editttable." msg(@window,msgText)
 
 
 
 
 
 
  • guides/programming/programmers_reference_manual/dragselrows.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1