Access component properties in a different Window

On the Property binding screen, is there any way to access the properties of a component which is placed in a different window to the one currently in use?

Thanks

Ok managed to figure it out, if you are interested the code below will give you access to the required component you want to manipulate:

window = fpmi.gui.getWindow("WindowName")
component= window.rootContainer.getComponent("ComponentName")