Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.09.24;
Скачать: CL | DM;

Вниз

как определить в каком столбце DBGrid юзер кликнул мышью?   Найти похожие ветки 

 
webpauk   (2006-09-06 12:33) [0]

Help


 
webpauk   (2006-09-06 12:35) [1]

например в событии CellClick


 
Ega23 ©   (2006-09-06 12:41) [2]


TDBGrid.OnCellClick

Occurs when the user releases the mouse in one of the cells of the grid.

type TDBGridClickEvent = procedure (Column: TColumn) of object;
property OnCellClick: TDBGridClickEvent;

Description

Write an OnCellClick event handler to take specific action when the user clicks in one of the cells of the data-aware grid. The Column parameter is the TColumn object that corresponds to the column where the mouse was when the user released the left mouse button.

OnCellClick occurs when the user releases the mouse. To take action when the user clicks down on the mouse, use the OnColEnter event.

OnCellClick will not occur when the mouse is released at the end of resizing a row or column, or when the cell is being edited.


 
webpauk   (2006-09-06 12:42) [3]


> Ega23 ©   (06.09.06 12:41) [2]

хорошо - OnColEnter. как?


 
webpauk   (2006-09-06 12:48) [4]

Grid1.SelectedIndex - вообщем то решение. Но Grid1.Option:=[dgRowSelect]


 
Ega23 ©   (2006-09-06 13:00) [5]

Задачу челиком опиши. Может оказаться, что тебе и не нужно узнавать, где мышкой кликнули.


 
webpauk   (2006-09-06 13:06) [6]

мне нужно знать столбец, в еотором кликнули мышью
нарыл уже:
var
 ScrPt, GrdPt: TPoint;
 Cell: TGridCoord;
begin
 ScrPt := Mouse.CursorPos;
 GrdPt := DBGrid.ScreenToClient(ScrPt);
 Cell := DBGrid.MouseCoord(GrdPt.X, GrdPt.Y);
 // Col := Cell.X;
 // Row := Cell.Y;
end;


 
Loginov Dmitry ©   (2006-09-06 13:34) [7]

> webpauk   (06.09.06 13:06) [6]


Можно проще:


 Row := TStringGrid(DBGrid).Row;
 Col := TStringGrid(DBGrid).Col;



Страницы: 1 вся ветка

Текущий архив: 2006.09.24;
Скачать: CL | DM;

Наверх




Память: 0.48 MB
Время: 0.03 c
3-1153331464
HNN
2006-07-19 21:51
2006.09.24
Поиск текста в таблице


15-1157462920
stud
2006-09-05 17:28
2006.09.24
народ а аська работает??


4-1147948198
serguar
2006-05-18 14:29
2006.09.24
как изменить свойства объектов на форме VFP приложения


15-1157039234
Empleado
2006-08-31 19:47
2006.09.24
Странная статья


2-1157354134
Mamochka
2006-09-04 11:15
2006.09.24
Как посчитать сколько прошло ГГГГ.ММ.ДД