TdxBarProgressItem.StepBy(Integer) Method
Expands bar indicator position.
Declaration
procedure StepBy(Delta: Integer);
Parameters
Name | Type |
---|---|
Delta | Integer |
Remarks
Call the StepBy method to expand the current position of a progress bar by the value specified by the Delta parameter. Unlike the StepIt method, which expands the progress bar indicator by the value predefined via the Step property, this method can expand the bar indicator position by any value.
See Also