Forum Discussion

narasimv's avatar
13 years ago

Delphi VCL control - Infopower TwwDBGrid

We are trying to write automated scripts for Infopower TwwDBGrid, but we are unable to access the individual cells of the grid. When I looked through the source code, I found the cell property is not a published property but a Public propery. This could be one reason why Test Complete is not able to get the propery. Does any one have tried this combination of TC and the grid? Any information will be appreciated

1 Reply


  • Hi Narasimhal,


     


    In most cases, child objects of grid controls are internal, so TestComplete does not recognize them as individual objects and does not show them in the Object Browser. To access these objects, you need to use native methods/properties of the TwwDBGrid control. You can find out from your control's documentation what particular methods/properties you need to use.