DragItem.AddItem
From Real Software Documentation
Method
Adds an item to the drag object. The parameters specify the drag rectangle to be displayed.
Example
This example is from the ListBoxes example that is in the Exammples folder that ships with Real Studio. The project demonstrates how to drag one or more rows from one ListBox to another. If more than one row has been selected for the drag, the DragRow event handler uses AddItem in a loop until all the row have been added.
