Vcl.ComCtrls.TProgressBarState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TProgressBarState = (pbsNormal, pbsError, pbsPaused);

C++

enum DECLSPEC_DENUM TProgressBarState : unsigned char { pbsNormal, pbsError, pbsPaused };

Properties

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

Description

Used to set the State property in and out of an error or paused state.

Use the TProgressBarState to set the State property in and out of the error or paused state.