Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Object inspector custom hints

Is there a way in the object inspector to control the hint that is shown when you hover over a property?

Regards
Keith

Comments

  • 5 Comments sorted by Votes Date Added
  • If you mean ToolTip, which is shown when the property value is longer than property value cell width, then - no; property inspector shows exactly what is shown in property value cell.

    If you mean usual Hint (standard for all Delphi controls), then you can change the Hint property value manually, for example in OnMouseMove event handler. This way you probably should be able to implement what you want.
  • Hi Eugene,

    I meant the former - is there anyway you might consider adding the possibility to customise the hint?

    Regards
    Keith
  • Yes, this can be implemented in next version...
  • Great - thanks very much.
Sign In or Register to comment.