Unit 'Spin' Package
[Overview][Classes][Procedures and functions][Index] [#lcl]

TCustomFloatSpinEdit.SetMinValue

Sets the value for the MinValue property.

Declaration

Source position: spin.pp line 63

protected procedure TCustomFloatSpinEdit.SetMinValue(

  const AValue: Double

); virtual;

Arguments

AValue

  

New value for the property.

See also

TCustomFloatSpinEdit.MinValue

  

Minimal value allowed for the spin edit control.