Vcl.ComCtrls.TCustomTreeView.ToolTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ToolTips: Boolean read FToolTips write SetToolTips default True;

C++

__property bool ToolTips = {read=FToolTips, write=SetToolTips, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

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

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.

See Also