ImageEn, unit iexDBBitmaps

TIEDBMultiBitmap.DeleteImage

TIEDBMultiBitmap.DeleteImage

Declaration

procedure DeleteImage(idx: integer);

Description

Removes the image, idx from the database table.

Note: If Mode = dmRecordFrames, this method only deletes a frame from the current image and does NOT update the database. You will need to call UpdateDatabaseImage

Examples

// Delete the selected image in a TImageEnMView attached to a TIEDBMultiBitmap from the database
fDBMBitmap.DeleteImage( ImageEnMView1.SelectedImage );