Vcl.Dialogs.TTaskDialogProgressBar.MarqueeSpeed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MarqueeSpeed: Cardinal read FMarqueeSpeed write SetMarqueeSpeed default 0;

C++

__property unsigned MarqueeSpeed = {read=FMarqueeSpeed, write=SetMarqueeSpeed, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TTaskDialogProgressBar

Description

Controls the marquee speed of an indeterminate progress bar.

MarqueeSpeed controls the time it takes for the progress block to scroll across the progress bar in milliseconds..