[Overview][Types][Classes][Index] |
Insert bitmap (with split if necessary) into position AIndex with shifting other images.
Source position: line 0
procedure TCustomImageList.InternalInsert( |
AIndex: Integer; |
AImage: HBITMAP; |
AMask: HBITMAP; |
AWidth: Integer; |
AHeight: Integer |
); overload; |
AIndex: Integer; |
ARawImage: TRawImage |
); overload; |
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. |
AIndex |
|
Where to insert the images. |