Multi-line Edit Box - Changed Event

Changed is a change in the component

Member of Multi-line Edit Box (PRIM_TEXT)

Details

The Changed event is fired after the value of an edit has been modified.

Example

In this example, when a Name field is changed, the value is applied to the corresponding data object.
Evtroutine Handling(#Notes.Changed)
 
   #Customer.Notes := #Notes.Text
 
Endroutine

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2