TdxTileControlDragGroupInfo.CurrentIndex Property
In This Article
Returns the dragged tile group‘s current position highlighted within the control.
#Declaration
Delphi
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