Einzelnen Beitrag anzeigen

thomas2009
(Gast)

n/a Beiträge
 
#1

Wie erstelle ich mehrere TImages auf einmal ?

  Alt 16. Mär 2011, 00:11
Hi
Ich möchte mehrere TImages at run time erstellen

Delphi-Quellcode:

begin
with.TImage.Create(Self) do begin
width:=100;
Height:=100;
Top:=10;
Left:= ?
parent:=ScrollBox1;
...

end;
  Mit Zitat antworten Zitat