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

TCustomFloatSpinEdit.MaxValue

Maximal value of spin edit.

Declaration

Source position: spin.pp line 74

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

Description

Maximal value of spin edit. Set the MinValue property equal to MaxValue for unlimited spin edit value.

See also

TCustomFloatSpinEdit.MinValue

  

Minimal value of spin edit.