InsertAt (ImageList Control) example for C++ Builder

/*load an image*/
LEADImage1->Load ("v:\\images\\eagle.cmp", 0, 0, 1);
/*insert it into the ImageList control at the first item*/
LEADImgList1->InsertAt(LEADImage1->Bitmap, "test2", 1, 0);