RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TProgressStage Enumeration

TProgressStage indicates the stage of a lengthy operation.

Pascal
TProgressStage = (
  psStarting,
  psRunning,
  psEnding
);
C++
enum TProgressStage {
  psStarting,
  psRunning,
  psEnding
};

The following table lists the possible values:

Value 
Meaning 
psStarting  
The operation is about to begin.  
psRunning  
The operation is underway and has not yet completed.  
psEnding  
The operation has just completed.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!