TdxBarProgressItem.Max Property
Determines the maximum position of a progress bar item.
Declaration
property Max: Integer read; write; default 100;
Property Value
Type | Default |
---|---|
Integer | 100 |
Remarks
Use the Max property to determine the completion point of a specific operation.
The default value of the Max property is 100.
See Also