TTMSFNCSpinnerColumn.IncSteps Method
Returns the value that is
ANrsteps ahead ofAStartValue.
API unit family: TMSFNCSpinner
Declaring type: TTMSFNCSpinnerColumn
Syntax
function IncSteps(AStartValue: Double; ANr: Integer): Double;
Parameters
| Name | Description |
|---|---|
AStartValue |
Starting value. |
ANr |
Number of steps to advance. |
Returns
The value ANr steps after AStartValue.