[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListView.HotTrackStyles

Hot tracking styles enabled for the control.

Declaration

Source position: comctrls.pp line 1659

public property TCustomListView.HotTrackStyles : TListHotTrackStyles
  read FHotTrackStyles
  write SetHotTrackStyles
  default [];

Description

HotTrackStyles is a TListHotTrackStyles property which contains the extended list view style options for hot tracking. It contains zero or more values from the the TListHotTrackStyle enumeration. The values control the cursor shape or the font attributes applied to list items when the mouse pointer is hovered over the items.

See TListHotTrackStyle for more information about the values in the enumeration and their meanings.

The default value for the property is an empty set ([]). Changing the value for the property causes the widgetset class to be updated. The property value is posted to the widgetset class when its Handle is allocated or updated.

Use the HotTrack property to enable or disable the hot tracking selection feature for the list view control.


Version 3.2 Generated 2024-02-25 Home