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

TCustomImageList.Insert

Insert one or more bitmaps into the list at the index position. If Mask is nil, the image has no transparent parts

Declaration

Source position: imglist.pp line 181

public procedure TCustomImageList.Insert(

  AIndex: Integer;

  AImage: TCustomBitmap;

  AMask: TCustomBitmap

);