Subject | TIB_Grid current row? |
---|---|
Author | Jaroslav KULHEIM |
Post date | 2001-08-27T13:31:34Z |
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;
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;