Vcl.ComCtrls.TListView.HoverTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HoverTime;

C++

__property HoverTime = {default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListView

Description

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

Vcl.ComCtrls.TListView.HoverTime inherits from Vcl.ComCtrls.TCustomListView.HoverTime. All content below this line refers to Vcl.ComCtrls.TCustomListView.HoverTime.

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