Subject TIB_Grid Col displaywidth
Author Russell Belding
Using IBO 4.2Ib, the latest version.

When columns in a TIB_Grid have their widths changed by a mouse drag the
TIB_Grid values
GridFields[I].DisplayWidth
are not changed.

This seems to be an error. I am not aware of another value in TIB_Grid which
gives column widths and am temporarily overcoming this problem by surfacing
TCustomGrid.colwidth(I).

Is there a better solution?

When a TIB_Grid has computed columns the name of the computed column is
reported as an empty string in GridFields[I].SQLName but is correct in
GridFields[I].FieldName. Is this an error at SQLName?

Thanks

Russell Belding