Não estou conseguindo "puxar" o nome dos arquivos selecionados numa ShellListView (Delphi 7):
for x:=0 to ( ShellListView1.Items.Count-1 ) do
begin
if ( ShellListView1.Items[x].Selected ) then // Testa se o arquivo da lista está selecionado
lb_arqs.Items.Add(ShellListView1.Items[x].Caption); // Adiciona o arq. selecionado a um ListBox
end;
A ListBox fica com itens sem descrição, que seriam o nome dos arquivos.
Question
Elvio.Tchê
Não estou conseguindo "puxar" o nome dos arquivos selecionados numa ShellListView (Delphi 7):
A ListBox fica com itens sem descrição, que seriam o nome dos arquivos.
Grato.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.