Узнать над какой колонкой DBGrid висит курсор мыши()
От: linker Россия  
Дата: 14.04.05 12:54
Оценка:
сабж.
... << RSDN@Home 1.1.4 beta 4 rev. 303>>
Re: RTFM!
От: Flamer Кипр http://users.livejournal.com/_flamer_/
Дата: 14.04.05 12:57
Оценка:
Здравствуйте, linker, Вы писали:


TCustomGrid::MouseCoord

Returns the row and column indexes of the cell that contains a point specified in screen coordinates.

struct TGridCoord

{
int X;
int Y;
};

TGridCoord __fastcall MouseCoord(int X, int Y);

Description

Call MouseCoord to locate the column and row of the cell which contains a given screen coordinate. Usually, MouseCoord is used to locate the cell that is under the mouse.



L>сабж.


Аналогично.
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.