THTMLHint does not work on TActiveForms

Quite self explanatory. Just drop a THTMLHint on an ActiveForm,this will not work :)
You could try to use it dynamically, but at some point it references the Application.Mainform, which in most cases is not right, and you wont get a HTML-Hint. A workaround is possible, but I think my implementation is not nice :)

Regards,
Jochem Stähler

The internat THTMLHintWindow needs to find the THTMLHint object to retrieve the properties. As THTMLHintWindow is created by the application, it needs to find this THTMLHint object via Application.MainForm. I do not see an easy workaround for this.