Vcl.ComCtrls.TListView.HotTrackStyles
Delphi
property HotTrackStyles;
C++
__property HotTrackStyles = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TListView |
Description
Specifies the hot tracking styles.
Vcl.ComCtrls.TListView.HotTrackStyles inherits from Vcl.ComCtrls.TCustomListView.HotTrackStyles. All content below this line refers to Vcl.ComCtrls.TCustomListView.HotTrackStyles.
Specifies the hot tracking styles.
Use HotTrackStyles to specify the hot tracking styles. The hot tracking style indicates the type of feedback that the list view gives when the mouse passes over list items. This feedback can be a change of the mouse cursor or underline of the list items.
To turn hot tracking on, set HotTrack to true.