AbstractGridUnit
type T2DTopCell = record
The row and column of a cell
T2DTopCell = record Col: integer; Row: integer; end;
Col: integer;
Row: integer;
Col: integer; Col is the column number.
Col
Row: integer; Row is the row number.
Row