merdouille
Technical User
Hi, I would like create dynamically a DBimage which I can use.
I wrote : TDBImage* im=new TDBImage(this);
im->Parent=this;
im->Top=0;
im->Left=0;
im->Width=100;
im->Height=100;
im->DataSource=dssource;
im->DataField="Photo";
but something wrong happened!
I got any answers, just a white component inside which is only written '()'.
Thanks for answer.
I wrote : TDBImage* im=new TDBImage(this);
im->Parent=this;
im->Top=0;
im->Left=0;
im->Width=100;
im->Height=100;
im->DataSource=dssource;
im->DataField="Photo";
but something wrong happened!
I got any answers, just a white component inside which is only written '()'.
Thanks for answer.