Vcl.RibbonActnCtrls.TRibbonSpinEdit.Increment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Increment: LongInt read FIncrement write FIncrement default 1;

C++

__property int Increment = {read=FIncrement, write=FIncrement, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinEdit

Description

Specifies the increment value.

Increment specifies the increment used to increase or decrease the Value property by clicking one of the TRibbonSpinEdit buttons or using the Up and Down keys while TRibbonSpinEdit is focused.

See Also