| 
			
			 
			
				14.03.2007, 22:20
			
			
			
		 | 
	| 
		
			|  | Активный |  | 
					Регистрация: 24.10.2005 Адрес: Там Сообщения: 201
 Репутация: 20     |  | 
	| 
 а так: 
	Код: for i:=0 to ListView1.Items.Count-1  do
begin
If pos(Edit1.text, ListView1.Items[i].Caption)>0 then begin
ListView1.Selected:=ListView1.Items[i];
ListView1.Scroll(0, i);
end; |