Board index » delphi » Create image at runtime
Niko
![]() Delphi Developer |
Tue, 30 Mar 2004 23:13:20 GMT
Create image at runtime
I try to make a programme in which I create a TImage at runtime.
The reason for this is: I want to be able to create an array of a rather large number (e.g. 24) of such images. I am afraid that I don't really know what I am doing, because what I made compiles and runs without any problem, but I don't see any result. This is what I typed: ---------------------------- procedure TForm1.FormCreate(Sender: TObject); The hint and the rectangle are just to try to see anything; but I don't see Niko Roorda |