TdxBarGroup.Move(Integer,Integer) Method
Moves a group item to a new position.
Declaration
procedure Move(FromIndex: Integer; ToIndex: Integer);
Parameters
Name | Type |
---|---|
FromIndex | Integer |
ToIndex | Integer |
Remarks
Moves a grouped item within the current group’s Items zero-based collection from its current position specified by the FromIndex parameter to a new position specified by the ToIndex parameter. The Move method is called when arrow buttons are pressed within the Groups page of the customization form.
See Also