[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Stores mouse coordinates in screen pixels.
Source position: grids.pas line 676
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.
|
Gets the cell coordinates for the specified mouse pointer position. |
|
|
Converts the specified mouse screen coordinates to cell coordinates. |
Version 4.0 | Generated 2025-05-03 | Home |