stringgrid 的一些用法

  point: TPoint;

  Point := (sender as TStringGrid).ScreenToClient(GetMouseCursorPos);
  (sender as TStringGrid).MouseToCell(Point.x, Point.y, col, row);

原文地址:https://www.cnblogs.com/jieke/p/2892833.html