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

TCustomFloatSpinEdit.MaxValue

Maximal value allowed for the spin edit control.

Declaration

Source position: spin.pp line 80

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

Description

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