Subject TIB_Grid current row?
Author Jaroslav KULHEIM
Hi,
in IBO3.6 current row/col was in tib_grid.row/tib_grid.col, but in IBO4.2Eb
this doesn't work:

var G: TIB_Grid;
begin
G.Col:= 1; // ok
G.Row:= 2; // compiler says: 'Undeclared identifier 'Row'
end;