Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The number of rows being dragged.

See Also

DRAGSOURCE propertyDRAGSELROWS property

Example

Code Block
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.")