Vcl.ComCtrls.TProgressBar.State
Delphi
property State: TProgressBarState read FState write SetState default pbsNormal;
C++
__property TProgressBarState State = {read=FState, write=SetState, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TProgressBar |
Description
Sets and gets the current state of the progress bar: pbsNormal, pbsError, or pbsPaused.
Use State to set and get the current state of the progress bar: pbsNormal, pbsError, or pbsPaused.