Skip to main content

TcxCustomSpinEdit.GetIncrement(TcxSpinEditButton) Method

Returns the increment value for a spin editor.

Declaration

function GetIncrement(AButton: TcxSpinEditButton): Double; virtual;

Parameters

Name Type
AButton TcxSpinEditButton

Returns

Type
Double

Remarks

The GetIncrement method returns the increment value by which the current spin value is increased or decreased. The increment value is set via the Increment member of the Properties object. Use the GetIncrement method in TcxCustomSpinEdit descendants to change the default behavior of incrementing operation.

See Also