TdxTileControlDragGroupInfo Class
In This Article
Stores information on the tile group that is currently being dragged.
#Declaration
Delphi
TdxTileControlDragGroupInfo = class(
TObject
)
#Remarks
This class provides the following members that allow you to:
Identify and access the currently dragged tile group (Group);
Identify the group’s position within a control prior to dragging (BeginIndex);
Identify the group’s current drop position (CurrentIndex).
Use the AInfo parameter within a TdxTileControlGroupDragBeginEvent, TdxTileControlGroupDragEndEvent, or TdxTileControlGroupDragOverEvent event handler to access a TdxTileControlDragGroupInfo object.
See Also