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. ====== DRAGSELROWCOUNT Property ====== ==== Applies To ==== Drag Source ListBox and Edittable controls. ==== Description ==== Contains the numbers of rows being dragged from a row-oriented control. ==== Usage ==== dragSelRowcount = Get_Property(dragSource,"DRAGSELROWCOUNT") ==== Returns ==== The number of rows being dragged. ==== See Also ==== [[dragsource|DRAGSOURCE property]], [[dragselrows|DRAGSELROWS property]] ==== Example ==== <code> 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.") </code> guides/programming/programmers_reference_manual/dragselrowcount.txt Last modified: 2024/06/19 20:20by 127.0.0.1