Fired when the value is changed
Member of Spin Edit (PRIM_MD.SpinEdit)
The Changed event is fired after the value of an edit has been modified and the value committed to the variable.
In this example, when the spin edit is changed, the value is tested to make sure it fits within a specific range.
Evtroutine Handling(#SpinEdit.Changed) #SpinEdit.Value := #SpinEdit.Value.Bound( 1 10 ) Endroutine
LANSA Version 15, April 2020