Forum Discussion

kshama's avatar
kshama
New Contributor
7 years ago

Click method is not available for a visible object.

Hi,

 

I am working on a Desktop application which is developed using Delphi.

Click method is not available for a visible VCL object with classname "TdxNavBarItem".

What can be the reason ?

 

Thanks,

Kshama

2 Replies

  • eriksaly's avatar
    eriksaly
    New Contributor

    Usually the parent object has some methods you could. I assume that it has an parent-object TdxNavBar, which probably has a method for selecting items. For example ClickItem. You could try that.

  • Hi ,

     

    Try launching the application using TestedApps and then try for click methods , this works for me having same type of objects (VCL) objects.