Comment hint in TAdvStringGrid

I have added a comment to a specific cell by the the AddComment method.

The comment should be displayed as a hint
when the mouse is over the comment indicator, but it does not do.
Would anybody know why?
 
Thanks!

Did you set:

AdvStringGrid.ShowHint := true;

Oh, it was so simple!

 
Thanks!