Hi
In a TForm object, I change the title by Form.Caption := 'something else'
Most times, this changes nothing in display.
In only one Form of my project (over 30) this works perfectly, the title is changed.
I am unable to see any difference between the working form and all the others.
I do have added Update or Invalidate, and Application.ProcessMessages, but this changes nothing at all.
Any idea ?
Thanks !