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

TCustomFloatSpinEdit.MinValue

Minimal value allowed for the spin edit.

Declaration

Source position: spin.pp line 68

public property TCustomFloatSpinEdit.MinValue : Double
  read FMinValue
  write SetMinValue;

Description

Minimal value allowed for the spin edit. Set the MinValue property equal to MaxValue to allow any number to be selected.

See also

TCustomFloatSpinEdit.MaxValue

  

Maximal value allowed for the spin edit.

TCustomFloatSpinEdit.Value

  

The value of spin control.

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.