TdxFastList.Move(Integer,Integer) Method
In This Article
Rearranges a stored pointer within the ordered pointer list.
#Declaration
#Parameters
Name | Type |
---|---|
ACurrent |
Integer |
ANew |
Integer |
#Remarks
Call this procedure and pass the source and target indexes of a pointer as the ACurrentIndex and ANewIndex parameters to move the pointer. The “List index out of bounds” exception occurs if either of the specified indexes is:
Equal to or greater than the Count property value.
Negative.
Note
A Move procedure call has no effect if the source and target indexes of the stored pointer match.
See Also