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

Default Value
The MaxValue property’s default value is 100.
See Also