Link Search Menu Expand Document

ImageList.RemoveImage Method

Explanation Discard all loaded images.
Call format ImageList1.RemoveImage( )
Return value None
Arguments None
Exception None
Example of use
    ImageList1.RemoveImage();
    
Related item LoadImage, LoadIcon methods