I have done copy/paste of the procedure, but still ERRORS.
Then show your code after copy/paste.
You are doing something wrong...
(And it's best to find that in your own code so you can learn
)
The OnHintHandler from Application class needs to have a certain structure/parameters.
The HintWindow is passed there as parameter. You defined it as local variable. Don't do that.
So if you show your code, we can see if you fixed that.
Also... always provide the error-text itself (which you didn't do in your last post).