Vcl.ComCtrls.TProgressBarStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TProgressBarStyle = (pbstNormal, pbstMarquee);

C++

enum DECLSPEC_DENUM TProgressBarStyle : unsigned char { pbstNormal, pbstMarquee };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

Use the TProgressBarStyle enumeration to set the Style property in and out of marquee style.

Used to set the Style property in and out of marquee style. Marquee style uses movement of the highlighted part of the progress bar to indicate that progress is occurring, and not a measure of completion.