TcxCustomImageList.Move(Integer,Integer) Method
Moves the specified image to a new position within the same list.
Declaration
procedure Move(ACurIndex: Integer; ANewIndex: Integer);
Parameters
Name | Type | Description |
---|---|---|
ACurIndex | Integer | The current image position. |
ANewIndex | Integer | The new image position. |
See Also