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

TListHotTrackStyles

TListHotTrackStyles - set of TListHotTrackStyle

Declaration

Source position: comctrls.pp line 1336

type TListHotTrackStyles = set of (

  htHandPoint,

  

For current ListView item, show HandPoint mouse cursor.

  htUnderlineCold,

  

For current ListView item, show pale underline.

  htUnderlineHot

  

For current ListView item, show bold underline.

);

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