Navigation:  Classes > bSpinEdit >

bSpinEdit:SpinUp()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Increase the current edit value.

Class

bSpinEdit

Type

Method

Syntax

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

Arguments

<uSpin>The value by which the edit value should to be increased. 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 increased.
TRUEThe edit value was increased.
FALSEThe edit value could not be increased.
Data Type:Logic

Description

bSpinEdit:SpinUp() increased the current edit value of the control. If a FieldSpec is defined with a maximum value and increasing the edit value yields a greater value than the defined maximum value, then the edit value is restricted to the maximum value of the FieldSpec.

See Also

bSpinEdit:BlockSize

bSpinEdit:SpinDown()

bSpinEdit:UnitSize

 


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