Forum Discussion

Inlogic's avatar
13 years ago

On viewing the wColumnCount property in Object Spy, Error message is thrown.

Hi ,



I'm working with Delphi applications, Developers are using a third party controls(Woll2Woll) for Grid, even after the build is compiled with debug information, im unable to get the property only for wColumnCount.

Rest all other properties(wRowCount,wItems,etc) and its values are shown perfectly.

I'm getting error only in wColumnCount property, Refer to the screen shot attached.



Suggest me with some solutions..



Thanks in advance,

 

1 Reply

  • Hello,



    I'm sharing my reply within the support case on the matter:

    Most probably, it means that the control is customized and this makes it impossible for TestComplete to handle it to get data for the wColumnCount property (note that this property is added to the control's wrapper by TestComplete as part of special support for such controls). For example, some native members that provide information about columns are not accessible in your control. Thus, you can try using other members that provide or make it possible to calculate the number of columns.