RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.Move Method

Moves a specified image to another position.

Pascal
procedure Move(CurIndex: Integer; NewIndex: Integer);
C++
__fastcall Move(int CurIndex, int NewIndex);

Use the Move method to move an image to another position in the image list. Specify the current position using CurIndex, and the new position using NewIndex. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!