Page 1 of 1

TGraphicField in TVirtualTable?

Posted: Wed 18 Feb 2009 16:41
by friedel
Hi!

Can I use images in TVirtualTable? After defining a TGraphicField in the fields editor I get an error "Field was not found" when I try to activate the table.

Posted: Fri 20 Feb 2009 09:26
by Plash
You can add TBlobField to the VirtualTable, and use it for storing images.

Posted: Mon 02 Mar 2009 09:41
by friedel
Plash wrote:You can add TBlobField to the VirtualTable, and use it for storing images.
Thanks for your answer. But I want to display the images in a TDBGrid. This does not work with TBlobField, does it?

Posted: Mon 02 Mar 2009 13:15
by Plash
As far as I know the TDBGrid component can display only text. If you use the TDBImage component, it will work with TBlobField.