guides:programming:programmers_reference_manual:dragselrowcount

DRAGSELROWCOUNT Property

Drag Source ListBox and Edittable controls.

Contains the numbers of rows being dragged from a row-oriented control.

dragSelRowcount = Get_Property(dragSource,"DRAGSELROWCOUNT")

The number of rows being dragged.

Declare function Get_Property

 

* retrieve the DRAGPOS property and display data in a message

 

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

dragSelRC = Get_Property(dragSource,"DRAGSELROWCOUNT")

msg(@window,dragSelRC : " rows were dragged from the edittable.")
 
 
 
 
 
 
  • guides/programming/programmers_reference_manual/dragselrowcount.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1