Skip to main content
All docs
V26.1
  • 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).

    VCL Shared Libraries: The Progress Bar Scale

    Default Value

    The MaxValue property’s default value is 100.

    See Also