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

TCustomFloatSpinEdit.MaxValue

Maximal value allowed for the spin edit.

Declaration

Source position: spin.pp line 69

public property TCustomFloatSpinEdit.MaxValue : Double
  read FMaxValue
  write SetMaxValue;

Description

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

See also

TCustomFloatSpinEdit.MinValue

  

Minimal 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.