Unit 'Spin' Package
[Overview][Classes][Procedures and functions][Index] [#lcl]

TCustomFloatSpinEdit.Increment

Amount applied to the control value when the up or down arrow button is pushed.

Declaration

Source position: spin.pp line 79

public property TCustomFloatSpinEdit.Increment : Double
  read FIncrement
  write SetIncrement
  stored IncrementStored;
  nodefault;

Description

The default value for the property is defined in the DefIncrement constant (1). Changing the value for the property causes the UpdateControl method to be called.