Table of Contents

TTMSFNCSpinnerColumn.IncSteps Method

Returns the value that is ANr steps ahead of AStartValue.

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.