Re: component to display images?

From: bcb (noemail_at_sorry.com)
Date: 10/27/03


Date: Mon, 27 Oct 2003 15:38:21 -0500

Hi :)

You can use the TDBCtrlGrid and TDBImage db controls.

You can specify how many columns the DBCtrlGrid can show and just place a
DBImage component on the first design pane, set the DBImage align property
if needed. Set all datasource properties fpr the db controls and you're set
:) you can also place a DBEdit underneath the DBImage to display the
description field for the picture.

"LADRILLO" <programacion@elladrillorojo.com> wrote in message
news:3f9d0757$1@newsgroups.borland.com...
>
> Hi,
> I need a component to display the images, stored in a Graphic field of a
Paradox table, like a grid.
> But the images must apear horitzontally one beside another, like this:
> Image1 Image2 Image3 Image4
> Image5 Image6 Image7 Image8
> Image9 Image10 Image11 Image12
> Image13 ....
>
> Anybody knows a component to do something like this?
>
> Thanks in advance,
>
> LADRILLO
>