[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TGridCoord

Stores mouse coordinates in screen pixels.

Declaration

Source position: grids.pas line 675

type TGridCoord = TPoint;

Description

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.

See also

TCustomGrid.MouseCoord

  

Gets the cell coordinates for the specified mouse pointer position.

TCustomGrid.MouseToCell

  

Converts the specified mouse screen coordinates to cell coordinates.


Version 3.2 Generated 2024-02-25 Home