Visual component. An advanced alternative to TProgressBar. Determines whether caption is drawn on the progress bar, together with Position and Units. Number of digits or decimal places (formating). Depends on Scale.ValueFormat. Font options of the progress text. Determines font-size, color and font-styles (bold, italic) of the text written inside progress bar. Aligning of the text inside the progress bar.0: Progress text is centered.
Negative values orientation [pixels]: Progress text is aligned to the left (horizontal orientation) or to the bottom (vertical orientation).
Positive values [pixels]: Progress text is aligned to the right (horizontal orientation) or to the top (vertical orientation).
Enumerated type denoting style of the progress text. No text displayed. Text is rendered with a solid color. Text is displayed inverted. Style of the progress text.eptSolid: Text color is ProgressFontOptions.FontColor. eptInverted: Text color is ProgressColor (out of progress) or background color (over progress) - usually clBtnFace. Units are displayed by the value as a part of the progress text. Usually %. Base class for TECProgressBar. No abstract classes, no published properties. Base class for TECPositionBar. No abstract classes, no published properties. A sign (mark) showing actual position of the progress. Visual component. An alternative to TTrackBar or TScrollBar. Similar components are used in Blender (3D graphics software). Mouse drag parameter. Number of pixels that is needed to drag to increment or decrement progress position by one pixel.Default is 1, i.e. dragging and progress are 1:1. Mouse drag parameter. CTRL is pressed. Number of pixels that is needed to drag to increment or decrement progress position by one pixel.Default is 10, i.e. dragging and progress are 10:1. Used for fine adjusting. Visual components TECProgressBar and TECPositionBar.