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

TCustomFloatSpinEdit.MinValue

Minimal value allowed for the spin edit control.

Declaration

Source position: spin.pp line 79

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

Description

Minimal value allowed for the spin edit control. 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 control.

TCustomFloatSpinEdit.Value

  

The value for the spin edit control.

TCustomFloatSpinEdit.Increment

  

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

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