Source position: zglHeader.pas line 780
type zglTGrid2D = record
Cols: Integer;
Rows: Integer;
Grid: array of array of zglTPoint2D;
end;