RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.Delete Method

Deletes a particular image from the image list.

Pascal
procedure Delete(Index: Integer);
C++
__fastcall Delete(int Index);

Use the Delete method to delete an image specified by Index in the image list. Use the Clear method to delete all images in the image list. 

 

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