RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.Insert Method

Inserts a bitmap and its mask into the image list following a specified image.

Pascal
procedure Insert(Index: Integer; Image: TBitmap; Mask: TBitmap);
C++
__fastcall Insert(int Index, TBitmap Image, TBitmap Mask);

Use the Insert method to insert a bitmap and its mask into the image list. The image is inserted following the image specified by Index. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!