ImageEn, unit iemio

TImageEnMIO.LoadFromFileDCX

TImageEnMIO.LoadFromFileDCX


Declaration

function LoadFromFileDCX(const FileName: string): Boolean;


Description

Loads all images contained in a multi-image DCX file into the attached TImageEnMView or TIEMultiBitmap.
Result will be false if the file is not DCX format (Aborting will be true). Loading errors due to a file not being available will raise an exception.

Note: Existing content is not cleared. Call Clear to remove existing content before loading.