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

TCustomFloatSpinEdit.SetMaxValue

Sets the value for the MaxValue property.

Declaration

Source position: spin.pp line 62

protected procedure TCustomFloatSpinEdit.SetMaxValue(

  const AValue: Double

); virtual;

Arguments

AValue

  

New value for the property.

See also

TCustomFloatSpinEdit.MaxValue

  

Maximal value allowed for the spin edit control.