Forum Discussion

june20satya's avatar
june20satya
Occasional Contributor
10 years ago

ClickCell property not accessible

I have a grid which is a VCL object. When I try to call Grid.Properties, ClickCell is not shown in the properties list. Why is it so. How can I get is accessible. Please let me know.

1 Reply

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)
    Hi Satya,

     


    First of all, make sure that your VCL application was compiled with debug information according to the "Preparing Delphi Applications for Testing" article.


     


    If you don't see the property yet, what grid is used in your app? Most probably, you need to use a special mechanism provided by TestComplete to properly recognize your grid. Refer to the this article.