Icon class is mainly used for loading and managing icons.
Icon Class Methods
Icon.Add(stringFileName ) Adds an .ICO file. If the function succeeds, the return value is the handle of the newly loaded resource. If the function fails, the return value is 0.
stringFileName: the name of the file.
Icon.Delete(longIconHandle ) Deletes an icon and frees any memory the icon occupied. If the function succeeds, the return value is true. If the function fails, the return value is false.