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

TListHotTrackStyle

Represents cursor shapes displayed during hot tracking in a control.

Declaration

Source position: comctrls.pp line 1359

type TListHotTrackStyle = (

  htHandPoint,

  

For current ListView item, show the HandPoint mouse cursor.

  htUnderlineCold,

  

For current ListView item, show the pale underline.

  htUnderlineHot

  

For current ListView item, show the bold underline.

);

Description

TListHotTrackStyle is an enumerated type with values for cursor shapes displayed for the "hot tracking" state in a TCustomListView control. Hot tracking occurs when the mouse pointer hovers over an item in a control, and it is highlighted (aka hot-lighted). Values from TListHotTrackStyle are stored in the TListHotTrackStyles set type used for the TCustomListView.HotTrackStyles property.

See also

TListHotTrackStyles

  

Set type used to store values from TListHotTrackStyle.

TCustomListView.HotTrackStyles

  

Hot tracking styles enabled for the control.


Version 3.2 Generated 2024-02-25 Home