Autor Beitrag
DT2158
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 73



BeitragVerfasst: So 10.11.02 16:41 
Hallo,
die ShellListView bereitet mir Probleme!
Das Problem: Ich möchte ganz einfach den Dateinamen der Selectierten Datei mit Pfad ermitteln.
Kann es sein das es mehrer Versionen von der Kompo gibt. "ShellListView.Selected.Pathname" kennt er nicht!

Verwende D6 Personal
Danke!
Moritz M.
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 1672



BeitragVerfasst: So 10.11.02 17:10 
Hmm...eine Borlandeigenekomponentenversion (puh) ändert scih normalerweise nur mit der Delphi-Version, glaub ich.
Ansonsten konnte ich auch nichts finden.
ShellListView1.items[SheelListView.itemindex].caption
geht auch nicht.
Da gibts nur nen leeren string
DT2158 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 73



BeitragVerfasst: So 10.11.02 17:45 
hab ne lösung gefunden
ShellListView.Folders[ShellListView.itemindex].PathName

aber die CODE-Completion kennt ShellListView.itemindex nicht, es geht aber trotzdem, komisch
Moritz M.
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 1672



BeitragVerfasst: So 10.11.02 17:47 
is ja auch egal, hauptsache es geht! :P