
12.10.2010, 17:45
|
 |
Продвинутый
|
|
Регистрация: 07.09.2010
Сообщения: 726
Репутация: 26711
|
|
Код:
procedure TForm1.ListBox1Click(Sender: TObject);
begin
if(FileExists(ListBox1.Items[ListBox1.ItemIndex])) then
Label2.Caption := ListBox1.Items[ListBox1.ItemIndex];
end;
__________________
Помогаю за Спасибо
|