Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomListView.ToolTips

Indicates if a hint (tool tip) is automatically displayed for an item under the mouse cursor.

Declaration

Source position: comctrls.pp line 1574

protected property TCustomListView.ToolTips : Boolean
  index Ord(lvpToolTips)
  read GetProperty
  write SetProperty
  default True;

See also

TCustomListView.HoverTime

  

Time (in milliseconds) that the mouse cursor must hover over an item before its tool tip is shown.

TCustomListView.OnDataHint

  

The event handler is not signalled in the current LCL implementation.

TControl.Hint

  

The text to show in the Hint window for the control.