Vcl.ActnCtrls.TCustomUtilityButton.RepeatRate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RepeatRate: Integer read FRepeatRate write FRepeatRate;

C++

__property int RepeatRate = {read=FRepeatRate, write=FRepeatRate, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomUtilityButton

Description

Indicates the updating frequency of the Scroll Buttons, in milliseconds, when the mouse is hovering over them.

RepeatRate indicates the updating frequency of the Scroll Buttons, in milliseconds, when the mouse is hovering over them.

See Also