Description of TDBAnyImage :
TDBAnyImage is a component similar to TDBImage with the main difference being that you can store any graphic format in its associated blob field instead of just bitmaps.That field has to be of type TAnyGraphicField.You can store any graphic format as long as its class descends from TGraphic and overrides correctly the methods of TGraphic.To facilitate the translation from a regular Paradox graphic field with bitmaps to a blob using other graphic formats, several utilities are provided to:Restructure the table and update the graphic headers.Convert the bitmaps into other formats and resize, crop, flip or mirror the images. Pack the table to gain the space.