Stores mouse coordinates in screen pixels.
Source position: grids.pas line 670
type TGridCoord = TPoint; |
TGridCoordinate is an alias for the TPoint type, and used to get mouse coordinates in TCustomGrid and descendent classes. The X and Y members contain pixel screen coordinates for a given cell.
|
Finds the mouse coordinates relative to the grid origin. |
|
|
Converts mouse coordinates to the grid coordinates for a cell in the grid. |