LoadFromFile (ImageList Control) example for Delphi
{Insert all pages from a multipage file} LEADImgList1.LoadFromFile ('d:\temp\img\test1.tif', 0, 0, -1); ShowMessage('Inserted ' + IntToStr(LEADImgList1.Count) + ' Items!');