DeleteBitmapListItems example for Delphi
This example deletes the first five bitmaps from the control's bitmap list. Then, it plays the animation to show that the bitmaps are missing.
//Delete the first five bitmaps.
LEADRasterView1.Raster.DeleteBitmapListItems (1, 5);
//Play the animation without looping.
LEADRasterView1.AnimationLoop:= False;
LEADRasterView1.AnimationEnable:= True;