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.
Comments