TdxTileControlDragGroupInfo.CurrentIndex Property
Returns the dragged tile group‘s current position highlighted within the control.
Declaration
property CurrentIndex: Integer read;
Property Value
| Type |
|---|
| Integer |
Remarks
Use this property to obtain the index of the dragged group within the control’s Groups collection that corresponds to the group’s current drop position:

To identify the group’s initial position, use the BeginIndex property.
See Also