Creates a TIEBitmap object from the image at index, idx.
You will need to call ReleaseBitmap to free the TIEBitmap object and optionally update the image in the database
// Prompt the user to apply effects to a database image var bmp: TIEBitmap; proc: TImageEnProc; bChanged: Boolean; begin if ImageEnMView1.SelectedImage < 0 then exit;