Forum Discussion
YMinaev
Staff
16 years agoHi Carsten,
If your grid control is inherited from TDBGrid, you can try adding the value of your grid's WndClass property to the 'Borland Controls | DBGrid' Object Mapping group (see the "Object Mapping" help topic).
If your grid control is not a descendant of TDBGrid, the only approach I can suggest is creating a custom routine that performs needed verifications by using the grid's native methods and properties.
With this info he might be able to let the "BoldGrid" appear like a normal "dbGrid" so that TC can read the grid data.
If your grid control is inherited from TDBGrid, you can try adding the value of your grid's WndClass property to the 'Borland Controls | DBGrid' Object Mapping group (see the "Object Mapping" help topic).
If your grid control is not a descendant of TDBGrid, the only approach I can suggest is creating a custom routine that performs needed verifications by using the grid's native methods and properties.