TTMSFNCUtils.LoadBitmapFromImageList Method
Loads a bitmap from an image list item.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class procedure LoadBitmapFromImageList(ABitmap: TTMSFNCBitmap; AImageList: TCustomImageList; AIndex: Integer);
Parameters
| Name | Description |
|---|---|
ABitmap |
Destination bitmap. |
AImageList |
Image list that contains the image. |
AIndex |
Zero-based image index to load. |