 
			
				02.05.2012, 00:15
			
			
			
		  
	 | 
	
		
		
		
			  | 
			
			
				
				
				 . 
				
				
			 | 
			  | 
			
				
				
					Регистрация: 18.05.2011 
					Адрес: Омск 
					
					Сообщения: 3,970
 
				Версия Delphi: 3,5,7,10,12,XE2 
					Репутация: выкл 
					    
				 
				
			 | 
		 
		 
		
	 | 
	
	
	
		
			
			
			 
			
		
		
		
		Для использования Rect-а: 
	Код: 
	procedure TForm1.Image1MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X,
  Y: Integer);
begin
  if PtInRect(Rect(0, 10, 100, 20), Point(X, Y)) then
    MessageDlg('qwerty', mtInformation, [mbOk], 0);
end; 
  
		
	
		
		
		
		
			
		
		
		
		
	
		
		
	
	
	 |