[Overview][Types][Classes][Index] |
Replace the indexed image with the Bitmap given
Source position: imglist.pp line 206
public procedure TCustomImageList.Replace( |
AIndex: Integer; |
AImage: TCustomBitmap; |
AMask: TCustomBitmap |
); |
AIndex |
|
the index of the replaceded image |
AImage |
|
a bitmap image |
AMask |
|
a bitmap which defines the transparent parts of Image |
AMask can be nil, if the image has no transparent parts.
lazarus-ccr.sourceforge.net |