RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonGroup.DragIndex Property

DragIndex defines the index of the button during drag operations.

Pascal
property DragIndex: Integer;
C++
__property int DragIndex;

If a drag operation is coming from this control, it is because they are dragging the item at DragIndex. Set DragIndex to control which item is being dragged before manually calling BeginDrag. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!