mmhhh... getROproperty is a method of objects... you can use it to capture the value of the interested property... for example if you want to capture the hwnd value of a browser xyz you can write:
Code:
dim a
a=browser("xyz").getroproperty("hwnd")