Look at iexMetaHelpers and ParamsFromFile in the help file or in the online help.  T his does not load the entire file... it just loads the IO.Prams from the file.
uses ImageEnIO, iexMetaHelpers;
var
  iImageEnIO: TImageEnIO;
  iFilename: string;
begin
  iImageEnIO := TImageEnIO.Create(nil);
  try
    iImageEnIO.ParamsFromFile(iFilename);
    ListView1.InitializeList;
    ListView1.NewListForExif;
    ListView1.ReadListFromExif(iImageEnIO.Params);
  finally
    iImageEnIO.Free;
  end;
end;
Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development