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

TCustomFloatSpinEdit.MinValue

Minimal value of spin edit.

Declaration

Source position: spin.pp line 72

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

Description

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

See also

TCustomFloatSpinEdit.MaxValue

  

Maximal value of spin edit.