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

TCustomImageList.InternalInsert

Insert bitmap (with split if necessary) into position AIndex with shifting other images.

Declaration

Source position: line 0

procedure TCustomImageList.InternalInsert(

  AIndex: Integer;

  AImage: HBITMAP;

  AMask: HBITMAP;

  AWidth: Integer;

  AHeight: Integer

); overload;

procedure TCustomImageList.InternalInsert(

  AIndex: Integer;

  ARawImage: TRawImage

); overload;

Arguments

AIndex

  

Where to insert the images.

AImage

  

The image (BitMap) handle.

AMask

  

The mask (BitMap) handle.

AWidth

  

Width in pixels

AHeight

  

Height of all images in pixels.

Arguments

AIndex

  

Where to insert the images.