[Overview][Types][Classes][Index] |
Adds an icon to the list (not yet!), returning the index of the icon or -1 if not successful
Source position: imglist.pp line 166
public function TCustomImageList.AddIcon( |
Image: TIcon |
):Integer; |
Adding graphics other than bitmaps can be implemented by converting the graphics item into a bitmap, which then can be added to the image list. Most graphics classes support such a conversion, so that specialized methods are redundant.
lazarus-ccr.sourceforge.net |