RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView.HoverTime Property

Specifies how long the user must pause with the mouse before an item is selected.

Pascal
property HoverTime: Integer;
C++
__property int HoverTime;

Use HoverTime to indicate how long (in milliseconds) the user must pause with the mouse before an item is selected. If HoverTime is -1 (the default value), a default time period must elapse. 

HoverTime has no effect unless the HotTrack property is true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!