Set Title of Form's Window

No joy in search. MRI shows setTitle property of MainForm but runtime says property doesn’t exist when trying to set in Sub for load event. Looking for the magic code line to set container window title please.

This worked for me:

Sub Title_get
	sTitle = ThisComponent.Title
	Print sTitle
End sub

.

Edit:

And using setTitle():

Screenshot at 2022-11-08 17-45-02

Thanks for that - worked great.