Group: Windows Controls - Library: comctl32
How to view icons stored in executable files (Icon Viewer) - II
System Image List Viewer
How to view system icons for the classes installed on the local machine
int ImageList_GetImageCount(
HIMAGELIST himl
);
DECLARE INTEGER ImageList_GetImageCount IN comctl32;
INTEGER himl
himl A handle to the image list.
Returns the number of images.
nImageCount = ImageList_GetImageCount(THIS.imagelist32.himl)
See also: ImageList_Add, ImageList_Remove.