DragSourceControl
DragSourceControl
Identifies the source control of a drag operation
Read-only Runtime-only OBJECT reference property
Applies to: Button , CheckBox , Graph , Grid , KCMLEdit , List Box , Picture Button , Radio , Rich Edit , Tree
Introduced in KCML version 6.60
This property returns the source control of a drag operation as an object. To determine the source component (if any) of a drag use the DragSourceItem property.
Example:
DEFEVENT Form1.TreeControl1.Drop() OBJECT SourceControl = ..DragSourceControl END EVENT