Vcl.Samples.Spin.TSpinEdit.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.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinEdit

Description

Specifies the increment value.

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

See Also