Einzelnen Beitrag anzeigen

Bubblegum

Registriert seit: 8. Sep 2007
57 Beiträge
 
Delphi 2007 Professional
 
#4

Re: ListBox => ItemAtPos-Probleme

  Alt 15. Sep 2007, 09:45
Alt:
Name1.Caption := Format('%s', [Name]); Also den Inhalt von diesem ListboxItem bekommst du mit:
Neu:
Name1.Caption := ListBox1.Items[idx]; Format brauchst du nicht.

Da weiß ich nicht was meinst!???
Ordner1.Caption := Format('%s', [Dir]); ???
  Mit Zitat antworten Zitat