Einzelnen Beitrag anzeigen

Dagon

Registriert seit: 13. Jul 2003
505 Beiträge
 
Delphi 7 Professional
 
#2

Re: Schlefe für ListBox1.Items.Add ?!?

  Alt 19. Okt 2003, 10:19
So sollte es hinhauen:

Delphi-Quellcode:
for i:= 0 to fileListBox1.Items.Count - 1 do
  ListBox1.Items.Add(FileListBox1.Items.Strings[i]);
  Mit Zitat antworten Zitat