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

TCustomSpinEdit.MaxValue

Maximal value allowed for the spin edit control.

Declaration

Source position: spin.pp line 160

public property TCustomSpinEdit.MaxValue : Integer
  read GetMaxValue
  write SetMaxValue
  default 0;

Description

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

See also

TCustomSpinEdit.MinValue

  

Minimal value allowed for the spin edit control.

TCustomSpinEdit.Value

  

The value for the spin edit control.

TCustomSpinEdit.Increment

  

The value by which the value of the control should be increased/decreased when the user clicks one of the arrows or one of the keyboard up/down arrows.

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