TImageEnMIO.LoadFromFileAVI
Declaration
function LoadFromFileAVI(const FileName: string): Boolean;
Description
Load an AVI file into the attached
TImageEnMView or
TIEMultiBitmap.
Result will be false if the file is not AVI format (
Aborting will be true). Loading errors due to a file not being available will raise an exception.
Notes:
- Existing content is
not cleared. Call
Clear to remove existing content before loading.
- You can alternatively use
LoadFromMediaFile