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

TCustomListView.HotTrack

HotTrack - the property whereby the item under the mouse pointer becomes emphasised

Declaration

Source position: comctrls.pp line 1169

public property TCustomListView.HotTrack: Boolean
  index Ord(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 (eg 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

  

HotTrack - the property whereby the item under the mouse pointer becomes emphasised

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