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

TCustomFloatSpinEdit.MinValue

Minimum value allowed in the spin edit control.

Declaration

Source position: spin.pp line 81

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

Description

MinValue is a Double property which contains the minimum value allowed for the spin edit control. It is used, along with MaxValue, to determine the range of values allowed in the Value property.

When MinValue and MaxValue have the same value, or MaxValue is smaller than MinValue, the range limit is not enforced. This allows any value to be assigned to the control.

Changing the value for the property causes the range limits to be re-applied to Value by calling the GetLimitedValue method. A pending update is also applied to the widgetset class instance.

See also

TCustomFloatSpinEdit.MaxValue

  

Maximum value allowed in the spin edit control.

TCustomFloatSpinEdit.Value

  

The floating point value for the spin edit control.

TCustomFloatSpinEdit.GetLimitedValue

  

Limits the specified value to the minimum and maximum values for the control.


Version 3.2 Generated 2024-02-25 Home