TProgress.MinValue Property
Specifies the minimum value on the progress bar scale.
Declaration
property MinValue: Int64 read; write; default 0;
Property Value
| Type | Default | Description |
|---|---|---|
| Int64 | 0 | The minimum progress bar value. |
Remarks
Use MinValue and MaxValue properties to define the progress bar scale (the Value property range).

Default Value
The MinValue property’s default value is 0.
See Also