Vcl.ActnCtrls.TCustomActionDockBar.ScrollingRate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScrollingRate: Integer read FScrollingRate write FScrollingRate default 125;

C++

__property int ScrollingRate = {read=FScrollingRate, write=FScrollingRate, default=125};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionDockBar

Description

Represents the updating frequency of the scroll buttons when the mouse is hovering over them.

ScrollingRate represents the updating frequency of the scroll buttons, in milliseconds, when the mouse is hovering over them.

See Also