TImageEnVect.SetObjBitmapFromStream
Declaration
function SetObjBitmapFromStream(hobj: integer; Stream: TStream; FileFormat: TIOFileType): boolean;
Description
SetObjBitmapFromStream loads an image from Stream and assigns it to the hobj bitmap object.
It returns True if a file is successfully loaded.
This function also loads and assigns the alpha channel if present.
If you set
FileFormat=ioUnknown then the format is autodetected.
See also:
SetObjBitmapFromFile.