Question about TAdvPanel.onAnchorHint

Dear TMS team!

I want to use TAdvPanel.onAnchorHint within panels text and panels caption text.
The problem is, this event never fires. I've tried with and without property showhint set to true.
If it set to "true", I only get the hint text from the panel itself.

Maybe I'm doing something wrong but a breakpoint in event routine is never reached.

I've check your sample code and developer guide but I can't find any information about it.

Do you have an advice for me?

Thank you!

Please also set AdvPanel.AnchorHint = true

Thank you, Bruno!
That's it...