[Overview][Classes][Procedures and functions][Index] Reference for unit 'Spin' (#lcl)

TCustomFloatSpinEdit.Increment

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

Declaration

Source position: spin.pp line 80

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.