cancel
Showing results for 
Search instead for 
Did you mean: 

get instance of the any UI

Former Member
0 Kudos

Hi experts,

How to get instance of the any UI element which is already created and play with it.

Example POWL,table,button,link,..

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Gopal,

If you have the view object available (as in wddomodifyview method), you can get the UI element by using the get_element method of view. And if you want the runtime instance of some object, you can get it through task container.

Regards

Nida

Former Member
0 Kudos

Solved myself.