Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Datenbanken (https://www.delphipraxis.net/15-datenbanken/)
-   -   Delphi In Delphi row Anzeige?? (https://www.delphipraxis.net/93246-delphi-row-anzeige.html)

XXcD 4. Jun 2007 16:54

Re: In Delphi row Anzeige??
 
Irgedwie funtzt das nicht wenn ich freeLabels benutze. Da passiert garnichts. Ist da irgedwo nen Fehler???

DeddyH 4. Jun 2007 17:09

Re: In Delphi row Anzeige??
 
Jepp, sogar 2 Fehler :oops:
Ändere mal die Zeile
Delphi-Quellcode:
aLabel := TLabel.Create(self);
in
Delphi-Quellcode:
aLabel := TLabel.Create(ScrollBox1);
und die Zeile
Delphi-Quellcode:
for i := 0 to ScrollBox1.ComponentCount - 1 do
in
Delphi-Quellcode:
for i := ScrollBox1.ComponentCount - 1 downto 0 do
Dann sollte es klappen.

XXcD 4. Jun 2007 17:13

Re: In Delphi row Anzeige??
 
Jo habs ausprobiert, es funktioniert. Vielen Dank.


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:55 Uhr.
Seite 3 von 3     123   

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-2025 by Thomas Breitkreuz