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