Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TGridCoord

Stores mouse coordinates in screen pixels.

Declaration

Source position: grids.pas line 676

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 4.6 Hosted on Source Forge