RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.InsertIcon Method

Inserts an icon at a specified position in the image list.

Pascal
procedure InsertIcon(Index: Integer; Image: TIcon);
C++
__fastcall InsertIcon(int Index, TIcon Image);

Use the InsertIcon method to insert an icon into the image list. The icon 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!