by "Chris.Cheney" <Chris.CheneyXXNOSPAMXX@[EMAIL PROTECTED]
>
Feb 28, 2008 at 06:58 PM
Fons <fonzzzNO@[EMAIL PROTECTED]
> wrote in
news:47c6fe8b$0$14342$e4fe514c@[EMAIL PROTECTED]
<snip>
> My problem started with the TTreeView (changing text in a label with
> the description of the item that is pointed to). I used the TLabel as
> an example. Not knowing that the TLabel has an OnMouseEnter and
> OnMouseLeave event. And now I'm wondering why only the TLabel does
> have it.
Have a look at Delphi help on OnShowHint which can be used to to display
custom info (e.g. about a TreeNode) as a hint, which seems to be the sort
of thing that you what. (It could also be uses to display the info in a
label, rather than a hint.)
HTH