Table of Contents

TTMSFNCSpinnerColumn.StepsFromTo Method

Returns the number of steps between AStartValue and AEndValue.

API unit family: TMSFNCSpinner Declaring type: TTMSFNCSpinnerColumn

Syntax

function StepsFromTo(AStartValue, AEndValue: Double): Integer;

Parameters

Name Description
AStartValue Starting value.
AEndValue Ending value.

Returns

Number of steps from AStartValue to AEndValue.