Hi. I have this tech problem that is bothering me. I need to display
four different records from a .db which has a DBImage as a datafield
on the screen simultaneously. I use the following code to convert a
dbimage to a TImage, do a Table.Next and repeat the same, four times,
for a different TImage object each time.
DBImage1.CopyToClipboard;
Bitmap1.Create;
Bitmap1.Assign(Clipboard);
ThisImage.Picture.Bitmap := Bitmap1;
ThisNameLabel.Caption := DBEdit1.Text;
ThisVersionLabel.Caption := DBEdit2.Text;
ThisSizeLabel.Caption := DBEdit3.Text;
Bitmap1.Free;
This works, but it is excruciatingly slow!!
Someone please help me out on this one! I'm desperate.
Could you please follow up the reply via e-mail please?
Thanks in anticipation,
Sameer Madan