Used to set the State property in and out of an error or paused state.
TProgressBarState = ( pbsNormal, pbsError, pbsPaused );
enum TProgressBarState { pbsNormal, pbsError, pbsPaused };
Use the TProgressBarState to set the State property in and out of the error or paused state.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|