Bind text property to window title

hello i want bind a text property from a component to the title name of a window. i’m creating my own component as title bar so if i can bind it thru and expression i could just inset the component on a window and then it would update the name automatically.

anyone has does this?

Hi Juang,

From my understanding you want a component to update your title bar, if so you would use a text field component and do a property binding to your title bar text property and make it bidirectional.

Here is some documentation that can help you:
https://docs.inductiveautomation.com/display/DOC81/Property+Bindings+in+Vision

If this isn’t correct, please provide more detail with what you are trying accomplish.