Vcl.ComCtrls.TProgressBar.MarqueeInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MarqueeInterval: Integer read FMarqueeInterval write SetMarqueeInterval default 10;

C++

__property int MarqueeInterval = {read=FMarqueeInterval, write=SetMarqueeInterval, default=10};

Properties

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

Description

Time in milliseconds between marquee animation updates.

MarqueeInterval represents the time in milliseconds between marquee animation updates. This sets the speed that the highlighted portion moves. The default value is 10 milliseconds. Higher values result in slower speeds.