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

TCustomListView.HotTrack

Allow to highlight/underline current ListView item, which is under mouse cursor.

Declaration

Source position: comctrls.pp line 1606

public property TCustomListView.HotTrack : Boolean
  index (lvpHotTrack)
  read GetProperty
  write SetProperty
  default False;

Description

HotTrack is the name given to the feature whereby, as the mouse pointer moves over some graphic item (e.g. a tab, an entry in a list, a button or other control in a form), that item becomes emphasized in some way.

The default list of emphasis possibilities is given by the definition

TListHotTrackStyle = (htHandPoint, htUnderlineCold, htUnderlineHot)
          

in other words

This feature can be used in List Views and in TabControls

See also

TCustomListView.HotTrack

  

Allow to highlight/underline current ListView item, which is under mouse cursor.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.