RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeView.ToolTips Property

Specifies whether the items in the tree view have tool tips.

Pascal
property ToolTips: Boolean;
C++
__property Boolean ToolTips;

Set ToolTips to true to specify that items in the tree view control have tool tips (Help Hints). 

Specify the ToolTip text in an OnHint event handler using the Hint property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!