[Overview][Types][Classes][Index] |
Move an image from index CurIndex to NewIndex.
Source position: imglist.pp line 203
public procedure TCustomImageList.Move( |
ACurIndex: Integer; |
ANewIndex: Integer |
); |
ACurIndex |
|
the index of the image to be moved |
ANewIndex |
|
the new index of the image |
|
Base class for TImageList (not the same as a TBitmap collection) |
lazarus-ccr.sourceforge.net |