THTMLStatusBar freezes my application

I would like a fix for this ASAP. It freezes my application.


This code freezes the application:
 HTMLStatusBar1->Panels->Items[0]->Text=L"Euro sign. Also € or €.";

The Panel is a THTMLStatusPanel with Style of psHTML.

This works though:
  HTMLStatusBar1->Panels->Items[0]->Text=L"Euro sign. Also #8364; or #x20AC;.";

Something is seriously wrong when using &

We traced & solved this issue. The next update will address this.


Thank you for the quick fix.