function LoadFromFileZIP(const FileName: string; const Password: string = ''): Boolean;
Description
Loads the content of a ZIP file into the attached TImageEnMView or TIEMultiBitmap using a plug-in.
If the file is encrypted you can specify the password (otherwise a password prompt will be displayed if AutoPromptForPassword is enabled).
Result will be false if the file is not ZIP format or no ZIP plug-in is available (Aborting will be true). Loading errors due to a file not being available will raise an exception.
LoadFromFileZIP loads the entire content of the zip immediately which can be slow if you are loading full size images (StoreType=ietNormal). For more control you are generally better to use FillFromZip which provides many options, including support for folders, dynamic loading and filtering.