The progressbar (TProgressBar) specifies a visible component to display how much of a task has been completed.
none.
Specifies the start value for the progressbar when it is displayed for the first time. The default value is 0.
Specifies the maximum value for the progressbar. This attribute is required.
Specifies the minimum value for the progressbar. This attribute is required.
Specifies the orientation of the progressbar. A horizontal value indicates that the progressbar fills from left to right. A vertical value indicates that the progressbar fills from bottom to top. The orientation attribute does not change the actual size of the progressbar.
Ignored in PLUG for Delphi