ImageEn, unit iemio

TImageEnMIO.LoadFromStreamDCX

TImageEnMIO.LoadFromStreamDCX


Declaration

function LoadFromStreamDCX(Stream: TStream): Boolean;


Description

Loads all images contained in a multi-image DCX 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 DCX 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
 LoadFromStreamDCX does not reset the position of the stream, so you may need to first call Stream.Position := 0;