TImageEnMIO.LoadFromStreamICO
Declaration
function LoadFromStreamICO(Stream: TStream): Boolean;
Description
Load all images contained in a multi-image ICO stream into the attached
TImageEnMView or
TIEMultiBitmap.
The result will be false if an error is encountered, e.g. the file in the stream is not ICO format (
Aborting will be true).
Note:
◼Existing content is
not cleared. Call
Clear to remove existing content before loading.
◼To abort while loading set
Aborting to true
◼LoadFromStreamICO does not reset the position of the stream, so you may need to first call Stream.Position := 0;