Custom windows hint on buttons in Delphi
I would like to make a custom formatted Hint for some buttons in my application. I use to make a tadvtoolpanel and display it on the onmousemove event, but it is not very clean.
Is there a button (from TMS component for example) which enables this directly ? I just want the user to have a开发者_JAVA技巧 quick resume windows on the mousemove on it.
Hope i manage to explain clearly.
Thanks Gwenael
Use TAdvOfficeHint from TMS and just drop it on your mainform. All the TMS buttons have an OfficeHint
property that lets you specify the title, text and icon of the hint. If no office hint is specified, the normal Hint
property is used.
精彩评论