TdxBarItemLinks.Move(Integer,Integer) Method
In This Article
Moves the TdxBarItemLink element from ACurIndex to ANewIndex in the TdxBarItemLinks collection.
#Declaration
#Parameters
Name | Type |
---|---|
ACur |
Integer |
ANew |
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