![]() |
Wie erstelle ich mehrere TImages auf einmal ?
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; |
AW: Wie erstelle ich mehrere TImages auf einmal ?
Ja, so geht das ... wo ist jetzt die Frage?
|
AW: Wie erstelle ich mehrere TImages auf einmal ?
Die Frage ist 10 images erstellen und nicht eine
|
AW: Wie erstelle ich mehrere TImages auf einmal ?
Delphi-Quellcode:
for idx := 1 to 10 do
with.TImage.Create(Self) do begin width:=100; Height:=100; Top:=10; Left:= ? parent:=ScrollBox1; ... end; |
AW: Wie erstelle ich mehrere TImages auf einmal ?
Taktaky? :pale:
|
AW: Wie erstelle ich mehrere TImages auf einmal ?
@nuclearping: You make my day! :-D
|
AW: Wie erstelle ich mehrere TImages auf einmal ?
Zitat:
Zitat:
|
AW: Wie erstelle ich mehrere TImages auf einmal ?
Du kannst dann zum Beispiel auch ein array of TImage machen und dann das Array mit deinen Images füllen.
btw: Taktaky? |
AW: Wie erstelle ich mehrere TImages auf einmal ?
Oder eine TObjectList/TComponentList, wobei man da aufpassen muss, wer für den Speicher verantwortlich sein soll.
@pustekuchen: Gib den Namen einfach mal bei Google ein ;) |
AW: Wie erstelle ich mehrere TImages auf einmal ?
Zitat:
|
AW: Wie erstelle ich mehrere TImages auf einmal ?
[OT]
Zitat:
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:00 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz