Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DBImage dynamically

Status
Not open for further replies.

merdouille

Technical User
Sep 8, 2002
1
FR
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top