[Overview][Types][Classes][Index] Reference for unit 'ImgList' (#lcl)

TCustomImageList.Move

Move an image from index CurIndex to NewIndex.

Declaration

Source position: imglist.pp line 203

public procedure TCustomImageList.Move(

  ACurIndex: Integer;

  ANewIndex: Integer

);

Arguments

ACurIndex

  

the index of the image to be moved

ANewIndex

  

the new index of the image

See also

TCustomImageList

  

Base class for TImageList (not the same as a TBitmap collection)

The latest version of this document can be found at lazarus-ccr.sourceforge.net.