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

TCustomSpinEdit.SetMinValue

Sets the value for the MinValue property.

Declaration

Source position: spin.pp line 152

protected procedure TCustomSpinEdit.SetMinValue(

  const AValue: Integer

); virtual; overload;

Arguments

AValue

  

New value for the property.

See also

TCustomSpinEdit.MinValue

  

Minimal value allowed for the spin edit control.