[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the cell coordinates for the specified mouse pointer position.
Source position: grids.pas line 1366
public function TCustomGrid.MouseCoord( |
X: Integer; |
Y: Integer |
):TGridCoord; |
X |
|
Horizontal screen coordinate for the mouse pointer. |
Y |
|
Vertical screen coordinate for the mouse pointer. |
TGridCood instance with the cell coordinates for the mouse pointer.
MouseCoord is TGridCoord function used to get the coordinates for the mouse pointer as cell coordinates. It calls the MouseToCell method to get the TGridCoord (an alias to TPoint) instance used in the return value.
|
Converts the specified mouse screen coordinates to cell coordinates. |
|
|
Stores mouse coordinates in screen pixels. |
Version 4.0 | Generated 2025-05-03 | Home |