Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomSpinEdit.GetIncrement(TcxSpinEditButton) Method

Returns the increment value for a spin editor.

#Declaration

Delphi
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