TdxBarItemLinks.Move(Integer,Integer) Method
Moves the TdxBarItemLink element from ACurIndex to ANewIndex in the TdxBarItemLinks collection.
Declaration
procedure Move(ACurIndex: Integer; ANewIndex: Integer);
Parameters
Name | Type |
---|---|
ACurIndex | Integer |
ANewIndex | Integer |
Remarks
Use the Move method to place the TdxBarItemLink element into a new position in the TdxBarItemLinks collection.
ACurIndex specifies the TdxBarItemLink object’s current position in the TdxBarItemLinks collection;
ANewIndex specifies the TdxBarItemLink object’s new position in the TdxBarItemLinks collection.
See Also