@@ -20633,7 +20633,7 @@ grid zone where the specified mouse pointer coordinates are located. The the mouse pointer is located.
-The return value is a TGridZone enumeration value determine by +The return value is a TGridZone enumeration value determined by comparing the screen coordinates to the cached sizes and offsets for the grid control. The screen coordinates are converted to cell coordinates when available, and used to the determine the return value. @@ -20646,7 +20646,7 @@ client area for the control.
+MouseToGridZone is called during execution of the MouseMove method. It occurs +after the OnMouseMove event handler has been signalled (when assigned), and +before cached grid data (in GCache) are updated for the mouse movement. +
++Use CellToGridZone to get the grid zone for a cell at a specific column and +row number. +