Hi gdave,
Your grid seems to be a customized DevExpress QuantumGrid (TcsGrid). To test DevExpress controls, your app must be built with debug information:
https://support.smartbear.com/testcomplete/docs/app-testing/desktop/delphi/preparing/index.html
Since your grid has a custom class name, configure Object Mapping as follows:
- Under DevExpress Controls > VCL > QuantumGrid, add the VCLClass value of the parent object, VCLObject(cxGridProduct)
- Under DevExpress Controls > VCL > QuantumGrid > Site, add TomGridSite
There's no need to change Borland mappings.
Let us know if this helps.