[Overview][Types][Classes][Index] |
Adds an Image and Mask bitmap to the list. Returns the index of the added image or -1 if unsucessful.
Source position: imglist.pp line 169
public function TCustomImageList.Add( |
Image: TCustomBitmap; |
Mask: TCustomBitmap |
):Integer; |
Image |
|
a bitmap image |
Mask |
|
a bitmap which defines the transparent parts of Image |
The index of the added image, -1 if unsuccesful.
Adds one or more (bitmap width / imagelist width) bitmaps to the list. If Mask is nil, the image has no transparent parts.
lazarus-ccr.sourceforge.net |