FileListBox
Estou tentando pocisionar no íitem 3 do FileListBox, mais ele não responde (aceita)
FileListBox1.ItemIndex := 2;
Alguma dica aí ?
FileListBox1.ItemIndex := 2;
Alguma dica aí ?
Zlink
Curtidas 0
Respostas
Zlink
17/07/2006
No listbox funciona
listbox1.ItemIndex := 2;
Por que no FileListbox não funciona ?
FileListbox1.ItemIndex := 2;
listbox1.ItemIndex := 2;
Por que no FileListbox não funciona ?
FileListbox1.ItemIndex := 2;
GOSTEI 0
Zlink
17/07/2006
Alguem já testou o código, para ver se funciona ?
GOSTEI 0
Zlink
17/07/2006
Descobrie que quando o fileListBox.MultSelect está True, que é o meu caso, ele não pocisiona
Tente assim, mais também não deu certo,
Filelistbox1.MultiSelect := False;
Filelistbox1.ItemIndex := 4;
Filelistbox1.MultiSelect := True;
alguém tem outra solução ?
Grato
Tente assim, mais também não deu certo,
Filelistbox1.MultiSelect := False;
Filelistbox1.ItemIndex := 4;
Filelistbox1.MultiSelect := True;
alguém tem outra solução ?
Grato
GOSTEI 0
Night_man
17/07/2006
ListBox1.ClearSelection; ListBox1.Selected[2] := True;
GOSTEI 0
Zlink
17/07/2006
Funcionou legal com desta forma.
Muito obrigado.
Muito obrigado.
GOSTEI 0