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

TCustomFloatSpinEdit.Value

The value of spin control.

Declaration

Source position: spin.pp line 70

public property TCustomFloatSpinEdit.Value : Double
  read GetValue
  write SetValue;

See also

TCustomFloatSpinEdit.MinValue

  

Minimal value allowed for the spin edit.

TCustomFloatSpinEdit.MaxValue

  

Maximal value allowed for the spin edit.

TCustomFloatSpinEdit.Increment

  

An amount to be incremented/decremented to the value when spin edit up/down arrow button is pushed.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.