Changing Screen Caption on runtime

I need to change the window Caption (Browse and Editor) before the screen is displayed based on the parameter I am passing when called.
image
Is it possible change the Caption of the browser or Editor screen without changing it permanently?

Hi,

Screen caption can be changed using the getWindow().setCaption("Custom caption") method.

Regards,
Gleb