Vcl.ComCtrls.TCustomListView.HoverTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HoverTime: Integer read GetHoverTime write SetHoverTime default -1;

C++

__property int HoverTime = {read=GetHoverTime, write=SetHoverTime, default=-1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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

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.

See Also