TdxBarProgressItem.Step Property
Determines the step increment for a progress bar.
Declaration
property Step: Integer read; write; default 10;
Property Value
Type | Default |
---|---|
Integer | 10 |
Remarks
Use the Step property to specify the granularity of the progress bar. This property should reflect the size of each step in the process tracked by the progress bar in the logical units used by the Max and Min properties. The step increment is the value by which a progress bar increases its current position whenever the StepIt method is called.
The default value of the Step property is 10.
See Also