Navigation:  Classes > bSpinEdit >

bSpinEdit:SpinDown()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Decrease the current edit value.

Class

bSpinEdit

Type

Method

Syntax

<oSpinEdit>:SpinDown(<uSpin>) Æ lSuccess

Arguments

<uSpin>The value by which the edit value should to be decreased. Supported data types are all numeric values (e.g., Short, Integer, DWord, Float etc.).
Data type:Usual

Return Value

lSuccessA logical value which defines whether the current edit value could be decreased.
TRUEThe edit value was decreased.
FALSEThe edit value could not be decreased.
Data type:Logic

Description

bSpinEdit:SpinDown() decreased the current edit value of the control. If a FieldSpec is provided which defines a minimum value and decreasing the edit value yields a smaller value than the defined minimum value, then the edit value is restricted to the minimum value of the FieldSpec.

See Also

bSpinEdit:BlockSize

bSpinEdit:SpinUp()

bSpinEdit:UnitSize

 


Page url: http://www.YOURSERVER.com/index.html?bspinedit_spindown.htm