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

TCustomSpinEdit.SetMaxValue

Sets the value for the MaxValue property.

Declaration

Source position: spin.pp line 151

protected procedure TCustomSpinEdit.SetMaxValue(

  const AValue: Integer

); virtual; overload;

Arguments

AValue

  

New value for the property.

See also

TCustomSpinEdit.MaxValue

  

Maximal value allowed for the spin edit control.