Inserts a new image into the database at position, idx (0 is the first). The table will be positioned at the new record.
Note: ◼If Mode = dmRecordFrames, this method only insert a frame into the current image and does NOT update the database. You will need to call UpdateDatabaseImage ◼TDataset.Insert and TDataset.Post will be called
// Prompt user to insert a new image into the database after the selected record if dlgOpenImage.Execute then fDBMBitmap.InsertImage( ImageEnMView1.SelectedImage, dlgOpenImage.Filename );