Defines whether the shape representing only the current progress, or all of the shapes up to the current progress is drawn
Namespace: RSGraphics
Delphi
|
type
TProgressDisplayType = (dtAllProgress, dtCurrentProgress);
|
Reference
•RSGraphics.ProgressCircle(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,TRSShapeType,TRSShapeOrientation,Boolean,Integer,Integer,TProgressDirection,TProgressDisplayType) •RSGraphics.ProgressPie(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,Integer,TProgressDirection,TProgressDisplayType) •RSGraphics.ProgressRect(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,TRSShapeType,TRSShapeOrientation,Boolean,Integer,Integer,TProgressOrientation,TProgressDirection,TProgressDisplayType) •RSGraphics |