[Overview][Types][Classes][Index] |
Insert one or more images into the list at the index position.
Source position: imglist.pp line 183
public procedure TCustomImageList.Insert( |
AIndex: Integer; |
AImage: TCustomBitmap; |
AMask: TCustomBitmap |
); |
The insterted bitmap can consist of multiple images, of the same width and height, which become accessible as distinct images in the ImageList. The height of the inserted images must match the ImageList height, else the ImageList content is replaced by the added images. The width must be a multiple of the ImageList width, so that the list always contains an integral number of images. If Mask is nil, the inserted images have no transparent parts.
lazarus-ccr.sourceforge.net |