To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
The GetLocationRow() method is used to return an integer value identifying the index of the target list row, to which the cursor was placed during the drag and Drop operation. You can use the method in the ON DROP block when you need to get the index of the target row and modify or replace it by the dragged object.
You can also use the method within the ON DRAG_OVER block to cancel the drop, when the value returned by GetLocationRow() does not meet special conditions.
The method does not need any arguments.