Spin Edit Box - Changed Event

Changed is a change in the component

Member of Spin Edit Box (PRIM_SPDT)

Details

The Changed event is fired after the value of an edit has been modified and the value committed to the variable.

Example

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

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2